Remove jQuery UI

This commit is contained in:
John McLear 2012-02-02 18:42:34 +00:00
parent 8d7ec7d24a
commit a7d7295116
3 changed files with 6 additions and 13 deletions

View file

@ -27,7 +27,6 @@ var socket;
// These jQuery things should create local references, but for now `require()`
// assigns to the global `$` and augments it with plugins.
require('/jquery');
require('/jquery-ui');
require('/farbtastic');
require('/excanvas');
JSON = require('/json2');