VRFS-600 attempt to fix IE10

This commit is contained in:
Brian Smith 2014-03-11 00:52:39 -04:00
parent 45597d90e8
commit 12701f447d
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
(function(context, $) {
(function (context, $) {
"use strict";
@ -22,6 +22,11 @@
});
}
if (!console.debug) {
console.log("No console.debug found - defining...");
context.console.debug = function() { console.log(arguments); }
}
context.JK.logger = context.console;
// JW - some code to tone down logging. Uncomment the following, and