mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
c607976c4a
Reverts move from underscore to lodash GitOrigin-RevId: 3d88590a76c37a43f693b53400fdf1f24384cafb
15 lines
355 B
JavaScript
15 lines
355 B
JavaScript
define([
|
|
'jquery',
|
|
'angular',
|
|
'angular-sanitize',
|
|
'libs/angular-autocomplete/angular-autocomplete',
|
|
'libs/ui-bootstrap',
|
|
'libs/ng-context-menu-0.1.4',
|
|
'libs/underscore-1.9.1',
|
|
'libs/algolia-2.5.2',
|
|
'libs/jquery.storage',
|
|
'libs/angular-cookie',
|
|
'libs/passfield',
|
|
'libs/ng-tags-input-3.0.0',
|
|
'libs/select/select'
|
|
], function() {})
|