mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 17:22:03 +00:00
Quick fix require statements.
This commit is contained in:
parent
73d16b5c9c
commit
e28e959941
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ define [
|
|||
"ace/ace"
|
||||
"libs/latex-log-parser"
|
||||
"libs/bib-log-parser"
|
||||
], (App, LogParser, BibLogParser) ->
|
||||
], (App, Ace, LogParser, BibLogParser) ->
|
||||
App.controller "PdfController", ($scope, $http, ide, $modal, synctex, event_tracking, localStorage) ->
|
||||
|
||||
# enable per-user containers if querystring includes isolated=true
|
||||
|
|
Loading…
Reference in a new issue