Removed comments that were used for testing purposes but were left in accidentally.

This commit is contained in:
Davide P. Cervone 2012-09-25 05:24:00 -04:00
parent 35fe82c5db
commit bc9fd85172
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -2334,12 +2334,10 @@ MathJax.Hub.Startup = {
isMac: (navigator.platform.substr(0,3) === "Mac"),
isPC: (navigator.platform.substr(0,3) === "Win"),
isMSIE: (window.ActiveXObject != null && window.clipboardData != null),
/*
isFirefox: ((window.netscape != null || window.mozPaintCount != null) &&
document.ATTRIBUTE_NODE != null && !window.opera),
isSafari: (navigator.userAgent.match(/ (Apple)?WebKit\//) != null &&
(!window.chrome || window.chrome.loadTimes == null)),
*/
isChrome: (window.chrome != null && window.chrome.loadTimes != null),
isOpera: (window.opera != null && window.opera.version != null),
isKonqueror: (window.hasOwnProperty && window.hasOwnProperty("konqueror") && navigator.vendor == "KDE"),