diff --git a/apps/documenteditor/main/app.js b/apps/documenteditor/main/app.js index cffb24b31..324652ce7 100644 --- a/apps/documenteditor/main/app.js +++ b/apps/documenteditor/main/app.js @@ -131,7 +131,7 @@ require([ 'analytics', 'gateway', 'locale' -], function (Backbone, Bootstrap, Core) { +], function (Sdk, Backbone, Bootstrap, Core) { if (Backbone.History && Backbone.History.started) return; Backbone.history.start(); @@ -225,4 +225,4 @@ require([ window.alert(reqerr); window.location.reload(); } -}); \ No newline at end of file +});