Use uncompressed jQuery.

The jQuery library does not need to be compressed; it is compressed as a consequence of being included in `pad.js`.
This commit is contained in:
Chad Weider 2012-01-15 17:33:53 -08:00
parent 53549b7422
commit b175ad562a
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"pad.js": [
"jquery.min.js"
"jquery.js"
, "pad_utils.js"
, "plugins.js"
, "undo-xpopup.js"
@ -23,7 +23,7 @@
, "farbtastic.js"
]
, "timeslider.js": [
"jquery.min.js"
"jquery.js"
, "plugins.js"
, "undo-xpopup.js"
, "json2.js"