brianleroux / xui

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

ReferenceError: Can't find variable: $ #47

Closed cjimti closed 13 years ago

cjimti commented 13 years ago

event.js

line 155: $('body').fire('orientationchange');

should be x$('body').fire('orientationchange');

remy commented 13 years ago

Damnit - I can never get the commit message right to close the issues on commit. Anyway - fixed here

cjimti commented 13 years ago

cool. first time using xui and love it!