mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
ab175a340b
[frontend] libraries: explicitly request the Array.from polyfill GitOrigin-RevId: cec64e4e94623b454de1103580f58de9a61d12f5
17 lines
413 B
JavaScript
17 lines
413 B
JavaScript
define([
|
|
'core-js/stable/array/fill',
|
|
'core-js/stable/array/from',
|
|
'core-js/stable/array/includes',
|
|
'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() {})
|