Commit 31097ada authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: schema_editor: jslint fix

parent bba6c4fd
...@@ -4,16 +4,15 @@ ...@@ -4,16 +4,15 @@
"use strict"; "use strict";
var content_type = { var content_type = {
Spreadsheet: 'application/x-asc-spreadsheet', Spreadsheet: 'application/x-asc-spreadsheet',
Presentation: 'application/x-asc-presentation', Presentation: 'application/x-asc-presentation',
Text: 'application/x-asc-text' Text: 'application/x-asc-text'
}; },
file_ext = {
var file_ext = { Spreadsheet: 'xlsy',
Spreadsheet: 'xlsy', Presentation: 'ppty',
Presentation: 'ppty', Text: 'docy'
Text: 'docy' };
};
rJS(window) rJS(window)
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment