Commit 3d0ee0c7 authored by Romain Courteaud's avatar Romain Courteaud

Drop unused variable.

parent a86fa637
/*! RenderJs v0.2 */
/*global console, require, $, localStorage, document, jIO */
/*global $, localStorage, jIO */
/*jslint evil: true, indent: 2, maxerr: 3 */
"use strict";
/*
......@@ -38,12 +38,6 @@ var RENDERJS_ENABLE_IMPLICIT_INTERACTION_BIND = true;
*/
var RENDERJS_ENABLE_IMPLICIT_ROUTE_CREATE = true;
// fallback for IE
if (console === undefined || console.log === undefined) {
var console = {};
console.log = function () {};
}
/**
Provides the base RenderJs class
......
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