Fix minification of clone/index.coffee

This commit is contained in:
James Allen
2014-07-18 11:53:44 +01:00
parent 88840232fb
commit d641be70a4
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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"
]
], () ->