rem jQ-UI from pad.js too
This commit is contained in:
parent
bb808d11ac
commit
1c826da1d1
|
@ -27,7 +27,6 @@ var socket;
|
||||||
// These jQuery things should create local references, but for now `require()`
|
// These jQuery things should create local references, but for now `require()`
|
||||||
// assigns to the global `$` and augments it with plugins.
|
// assigns to the global `$` and augments it with plugins.
|
||||||
require('/jquery');
|
require('/jquery');
|
||||||
require('/jquery-ui');
|
|
||||||
require('/farbtastic');
|
require('/farbtastic');
|
||||||
require('/excanvas');
|
require('/excanvas');
|
||||||
JSON = require('/json2');
|
JSON = require('/json2');
|
||||||
|
|
Loading…
Reference in New Issue