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