Commit 95565976 authored by Roque's avatar Roque

erp5_notebook: jslint on jsmd viewer

parent b6ae9a9d
/*global window, document, rJS, loopEventListener */ /*global window, document, rJS, RSVP, XMLHttpRequest, WebAssembly, loadSharedlib, marked, console */
/*jslint nomen: true, indent: 2, maxerr: 3 */ /*jslint nomen: true, indent: 2, maxerr: 3 */
(function (window, document, rJS, loopEventListener) { (function (window, document, rJS, RSVP, XMLHttpRequest, WebAssembly, loadSharedlib, marked, console) {
"use strict"; "use strict";
var IODide = function createIODide() { var IODide = function createIODide() {
...@@ -564,4 +564,4 @@ ...@@ -564,4 +564,4 @@
}); });
}); });
}(window, document, rJS, loopEventListener)); }(window, document, rJS, RSVP, XMLHttpRequest, WebAssembly, loadSharedlib, marked, console));
\ No newline at end of file \ No newline at end of file
/*global window, rJS, console, RSVP, jIO, DOMParser, Blob, document, /*global window, rJS, RSVP, document, loopEventListener, console */
URL, loopEventListener */ /*jslint nomen: true, indent: 2, maxerr: 30 */
/*jslint nomen: true, indent: 2, maxerr: 3 */ (function (window, rJS, RSVP, document, loopEventListener, console) {
(function (window, rJS, RSVP, jIO, DOMParser, document, URL,
loopEventListener) {
"use strict"; "use strict";
rJS(window) rJS(window)
...@@ -67,4 +65,4 @@ ...@@ -67,4 +65,4 @@
return loopEventListener(window, 'resize', false, resize); return loopEventListener(window, 'resize', false, resize);
}); });
}(window, rJS, RSVP, jIO, DOMParser, document, URL, loopEventListener)); }(window, rJS, RSVP, document, loopEventListener, console));
\ No newline at end of file
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