8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
var getEditorStylesheets = function() {
|
|
return ["../../../apps/spreadsheeteditor/main/resources/css/app-edit.css"];
|
|
};
|
|
|
|
var getEditorScripts = function() {
|
|
return ["../../../apps/spreadsheeteditor/main/app-edit.js"];
|
|
};
|