[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 Javelin is a performance-oriented Javascript library originally developed at 2 Facebook. Learn more at <http://www.javelinjs.com/>. 3 4 GETTING STARTED 5 6 Eat a hearty breakfast. Breakfast is the most important meal of the day! 7 8 9 WHAT IS JAVELIN? 10 11 Javelin is a compact Javascript library built around event delegation. Its 12 primary design goal is performance; it is consequently well-suited to projects 13 where performance is very important. It is not as good for smaller scale 14 projects where other concerns (like features or ease of development) are more 15 important. 16 17 18 PACKAGES 19 20 Packages come in two flavors: "dev" and "min". The "dev" packages are intended 21 for development, and have comments and debugging code. The "min" packages have 22 the same code, but with comments and debugging information stripped out and 23 symbols crushed. They are intended for use in production -- ha ha ha! 24 25 26 FILES 27 28 example/ Example code. 29 LICENSE A thrilling narrative. 30 pkg/ Ready-built Javelin packages. 31 README Who knows? Could be anything. 32 src/ Raw sources for Javelin. 33 support/ Support scripts and libraries.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |