Commit 596feff4 authored by Marco Mariani's avatar Marco Mariani

jslint

parent 56f136b7
/*global jQuery, window, document, jIO, confirm, alert */ /*global jQuery, window, document, jIO, confirm, alert */
/*jslint nomen: true, todo: true, unparam: true */ /*jslint indent: 2, nomen: true, todo: true, unparam: true */
"use strict"; "use strict";
(function (window, document, $, jIO) { (function (window, document, $, jIO) {
......
/*jslint indent: 2, evil: true*/
/*global window, jQuery, rJS*/ /*global window, jQuery, rJS*/
"use strict"; "use strict";
......
/*global window, jQuery, rJS, CodeMirror*/ /*global window, jQuery, rJS, CodeMirror*/
/*jslint evil: true*/ /*jslint indent: 2 */
"use strict"; "use strict";
(function (window, $, rJS, CodeMirror) { (function (window, $, rJS, CodeMirror) {
......
/*jslint indent: 2 */
/*global window, jQuery, rJS */ /*global window, jQuery, rJS */
"use strict"; "use strict";
(function (window, $, rJS) { (function (window, $, rJS) {
......
/*global window, jQuery, jIO, rJS */ /*global window, jQuery, jIO, rJS */
/*jslint unparam: true*/ /*jslint indent: 2, unparam: true*/
"use strict"; "use strict";
(function (window, $, jIO, rJS) { (function (window, $, jIO, rJS) {
......
/*jslint indent: 2 */
/*global window, jQuery, rJS*/ /*global window, jQuery, rJS*/
"use strict"; "use strict";
......
/*global window, jQuery, rJS */ /*jslint indent: 2, unparam: true */
/*global window, rJS */
"use strict"; "use strict";
(function (window, $, rJS, undefined) { (function (window, rJS, undefined) {
var gk = rJS(window);
rJS(window).ready(function () { rJS(window).ready(function () {
var g = rJS(this), var g = rJS(this),
...@@ -23,4 +22,4 @@ ...@@ -23,4 +22,4 @@
}); });
}(window, jQuery, rJS)); }(window, rJS));
/*global window, jQuery, rJS*/ /*global window, jQuery, rJS*/
/*jslint evil: true*/ /*jslint indent: 2, evil: true*/
"use strict"; "use strict";
(function (window, $, rJS) { (function (window, $, rJS) {
......
/*jslint indent: 2 */
/*global window, jQuery, rJS, odf*/ /*global window, jQuery, rJS, odf*/
"use strict"; "use strict";
......
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