Igor Minar 1e59822df7 remove _null and _undefined
they have no significant effect on minified and gziped size. in fact
they make things worse.

file        | before     | after removal
----------------------------------------
concat      | 325415     | 325297
min         | 62070      | 62161
min + gzip  | 25187      | 25176

The bottom line is that we are getting 0.05% decrease in size after
gzip without all of the hassle of using underscores everywhere.
2011-03-26 23:19:04 -07:00
2011-01-24 14:23:51 -08:00
2010-11-04 11:07:49 -07:00
2011-03-23 15:25:05 -07:00
2010-10-29 10:47:06 -07:00
2011-03-26 23:19:04 -07:00
2011-03-26 23:19:04 -07:00
2010-10-29 10:47:06 -07:00
2010-07-09 14:45:29 -07:00
2010-01-05 16:57:36 -08:00
2011-03-22 10:03:27 -07:00
2010-03-15 14:41:28 -07:00
2010-11-12 16:13:53 -08:00
2010-11-12 16:13:53 -08:00
2010-10-29 10:47:51 -07:00

Angular

Compiling

rake compile

Running Tests

rake server:start
rake test
Description
No description provided
Readme MIT 63 MiB
Languages
JavaScript 98.8%
HTML 0.6%
Shell 0.4%
PHP 0.1%