onaluf / gameQuery

a javascript game engine with jQuery
http://gamequeryjs.com
633 stars 161 forks source link

namespace jquery.gamequery.ext.js #1

Open aaronwinborn opened 14 years ago

aaronwinborn commented 14 years ago

jquery.gamequery.ext.js should probably be namespaced for library compatibility:

(function($) { // ... })(jQuery);

Munsio commented 10 years ago

In the current master of gameQuery i also had to comment "$ = $.extend($, {gameQuery: {}});"