mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
294418b4ee
Switch to use core-js for polyfilling GitOrigin-RevId: efbc9df7343082a030427bf9cf78a1c6e81ce2f5
16 lines
382 B
JavaScript
16 lines
382 B
JavaScript
define([
|
|
'core-js/stable/array/fill',
|
|
'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() {})
|