Commit 1ea9d105 authored by Ivan Tyagov's avatar Ivan Tyagov

Be strict for entire file (moved by mistake in previous commits).

parent cb8b5181
/*! RenderJs v0.2 */
/*global console, require, $, localStorage, document, jIO */
/*jslint evil: true, white: true */
"use strict";
/*
* RenderJs - Generic Gadget library renderer.
* http://www.renderjs.org/documentation
......@@ -25,7 +25,6 @@ if (console === undefined || console.log === undefined) {
}
var RenderJs = (function () {
"use strict";
// a variable indicating if current gadget loading is over or not
var is_ready = false;
......
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