DocumentServer/OfficeWeb/apps/presentationeditor/main/environment.js.deploy

8 lines
230 B
Plaintext
Raw Normal View History

2014-07-05 18:22:49 +00:00
var getEditorStylesheets = function() {
return ["../../../apps/presentationeditor/main/resources/css/app-edit.css"];
};
var getEditorScripts = function() {
return ["../../../apps/presentationeditor/main/app-edit.js"];
};