added underscore to tar.json

This commit is contained in:
Matthias Bartelmeß 2012-03-23 20:22:49 +01:00
parent 349bb595b9
commit cf1be9b4bf
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ {
"pad.js": [ "pad.js": [
"jquery.js" "jquery.js"
, "underscore.js"
, "security.js" , "security.js"
, "pad.js" , "pad.js"
, "ace2_common.js" , "ace2_common.js"
@ -25,6 +26,7 @@
] ]
, "timeslider.js": [ , "timeslider.js": [
"jquery.js" "jquery.js"
, "underscore.js"
, "security.js" , "security.js"
, "undo-xpopup.js" , "undo-xpopup.js"
, "json2.js" , "json2.js"
@ -51,6 +53,7 @@
] ]
, "ace2_inner.js": [ , "ace2_inner.js": [
"ace2_common.js" "ace2_common.js"
, "underscore.js"
, "rjquery.js" , "rjquery.js"
, "AttributePoolFactory.js" , "AttributePoolFactory.js"
, "Changeset.js" , "Changeset.js"