Igor Minar 84dedb81e7 jqLite should recognize window as an element even in IE
in IE window object has length property which makes it look like a
collection to jqLite. This commit makes jqLite properly identify
window as an element even in IE.

IE6 doesn't have Window type, so we need to check against window
object and only then do a more general check against Window. This
is not perfect, but I say screw IE6.
2011-01-10 10:24:12 -08:00
2010-11-04 11:07:49 -07:00
2011-01-04 18:04:01 -08:00
2010-10-18 16:24:43 -07:00
2010-10-29 10:47:06 -07:00
2011-01-10 10:24:12 -08: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
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-11-03 09:47:22 -07:00
2010-11-09 21:44:51 -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%