mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fe8ef3f08f
Revert "Reverts move from underscore to lodash" GitOrigin-RevId: 1ea964d5c98a85f9490c0e731d6a68335df93c67
14 lines
316 B
JavaScript
14 lines
316 B
JavaScript
define([
|
|
'jquery',
|
|
'angular',
|
|
'angular-sanitize',
|
|
'lodash',
|
|
'libs/angular-autocomplete/angular-autocomplete',
|
|
'libs/ui-bootstrap',
|
|
'libs/ng-context-menu-0.1.4',
|
|
'libs/jquery.storage',
|
|
'libs/angular-cookie',
|
|
'libs/passfield',
|
|
'libs/ng-tags-input-3.0.0',
|
|
'libs/select/select'
|
|
], function() {})
|