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

8 lines
222 B
Plaintext
Raw Normal View History

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