brianleroux / xui

A tiny javascript framework for mobile web apps.
http://github.com/xui/xui
391 stars 159 forks source link

context not passed to Sizzle in find() #40

Closed bryfox closed 13 years ago

bryfox commented 13 years ago

Context on the find method can be lost when Sizzle is included with the library. Spec & patch here:

http://github.com/bryfox/xui/commit/c4ef1deb8f777b23a7262dee33bbbc86c83f6fec

...but I can't currently run specs on the platforms that include sizzle in their build profiles (IE/BB).

filmaj commented 13 years ago

Patch included in the new main repo (github.com/xui/xui)

Thanks bryfox!

brianleroux commented 13 years ago

...