mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Quick fix require statements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user