Quick fix require statements.

This commit is contained in:
Paulo Reis 2016-06-15 13:46:40 +01:00
parent 73d16b5c9c
commit e28e959941

View file

@ -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