more add series backbone cleanup.

This commit is contained in:
Keivan Beigi 2013-01-22 17:23:27 -08:00 committed by kay.one
commit 5e32760c6a
7 changed files with 2904 additions and 2775 deletions

View file

@ -0,0 +1,11 @@
/// <reference path="JsLibraries/jquery.js" />
window.onerror = function (msg, url, line) {
alert("Error: " + msg + "\nurl: " + url + "\nline #: " + line);
var suppressErrorAlert = true;
// If you return true, then error alerts (like in older versions of
// Internet Explorer) will be suppressed.
return suppressErrorAlert;
};