mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix minification of clone/index.coffee
This commit is contained in:
parent
88840232fb
commit
d641be70a4
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ define [
|
|||
"modules/recursionHelper"
|
||||
"utils/underscore"
|
||||
], () ->
|
||||
|
||||
App = angular.module("SharelatexApp", [
|
||||
"ui.bootstrap"
|
||||
"autocomplete"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
define [
|
||||
"ide/clone/controllers/CloneProjectController"
|
||||
"ide/clone/controllers/CloneProjectModalController"
|
||||
]
|
||||
], () ->
|
Loading…
Reference in a new issue