[third] Add underscore.js

(imported from commit ee17cc1d1dff2a6f816a81bb33fa04ca5562a441)
This commit is contained in:
Steve Howell 2013-07-26 18:41:31 -04:00
parent f92b3a9129
commit 09bd52fff4
3 changed files with 1248 additions and 1 deletions

View File

@ -356,6 +356,7 @@ JS_SPECS = {
'third/jquery-idle/jquery.idle.js',
'third/jquery-autosize/jquery.autosize.js',
'third/spectrum/spectrum.js',
'third/underscore/underscore.js',
('third/handlebars/handlebars.runtime.js'
if PIPELINE
else 'third/handlebars/handlebars.js'),

View File

@ -3,7 +3,7 @@
// Global variables, categorized by place of definition.
var globals =
// Third-party libraries
' $ jQuery Spinner Handlebars XDate zxcvbn Intl mixpanel Notification'
' $ _ jQuery Spinner Handlebars XDate zxcvbn Intl mixpanel Notification'
// Node-based unit tests
+ ' module'

File diff suppressed because it is too large Load Diff