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

jslint

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