Merge pull request #667 from fourplusone/feature/cleaner_code

Removing unused code - All looks good, some minor tweeks are probably worthwhile  in the future.
This commit is contained in:
John McLear 2012-05-13 06:51:58 -07:00
commit c70d88eedc
15 changed files with 30 additions and 1083 deletions

View file

@ -24,7 +24,6 @@
// assigns to the global `$` and augments it with plugins.
require('./jquery');
JSON = require('./json2');
require('./undo-xpopup');
var createCookie = require('./pad_utils').createCookie;
var readCookie = require('./pad_utils').readCookie;