mirror of https://github.com/zulip/zulip.git
[third] Add underscore.js
(imported from commit ee17cc1d1dff2a6f816a81bb33fa04ca5562a441)
This commit is contained in:
parent
f92b3a9129
commit
09bd52fff4
|
@ -356,6 +356,7 @@ JS_SPECS = {
|
||||||
'third/jquery-idle/jquery.idle.js',
|
'third/jquery-idle/jquery.idle.js',
|
||||||
'third/jquery-autosize/jquery.autosize.js',
|
'third/jquery-autosize/jquery.autosize.js',
|
||||||
'third/spectrum/spectrum.js',
|
'third/spectrum/spectrum.js',
|
||||||
|
'third/underscore/underscore.js',
|
||||||
('third/handlebars/handlebars.runtime.js'
|
('third/handlebars/handlebars.runtime.js'
|
||||||
if PIPELINE
|
if PIPELINE
|
||||||
else 'third/handlebars/handlebars.js'),
|
else 'third/handlebars/handlebars.js'),
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Global variables, categorized by place of definition.
|
// Global variables, categorized by place of definition.
|
||||||
var globals =
|
var globals =
|
||||||
// Third-party libraries
|
// Third-party libraries
|
||||||
' $ jQuery Spinner Handlebars XDate zxcvbn Intl mixpanel Notification'
|
' $ _ jQuery Spinner Handlebars XDate zxcvbn Intl mixpanel Notification'
|
||||||
|
|
||||||
// Node-based unit tests
|
// Node-based unit tests
|
||||||
+ ' module'
|
+ ' module'
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue