mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
added underscore to tar.json
This commit is contained in:
parent
349bb595b9
commit
cf1be9b4bf
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue