rem jQ-UI from pad.js too

This commit is contained in:
Robin 2012-02-03 21:28:19 +01:00
parent bb808d11ac
commit 1c826da1d1
1 changed files with 0 additions and 1 deletions

View File

@ -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');