From gotcha at codespeak.net Tue Sep 16 18:18:12 2008 From: gotcha at codespeak.net (gotcha at codespeak.net) Date: Tue, 16 Sep 2008 18:18:12 +0200 (CEST) Subject: [KSS-checkins] r58179 - kukit/kukit.js/branch/1.4/kukit Message-ID: <20080916161812.DBE1616A1F4@codespeak.net> Author: gotcha Date: Tue Sep 16 18:18:10 2008 New Revision: 58179 Modified: kukit/kukit.js/branch/1.4/kukit/utils.js Log: whitespace Modified: kukit/kukit.js/branch/1.4/kukit/utils.js ============================================================================== --- kukit/kukit.js/branch/1.4/kukit/utils.js (original) +++ kukit/kukit.js/branch/1.4/kukit/utils.js Tue Sep 16 18:18:10 2008 @@ -54,7 +54,7 @@ try { kukit.HAVE_SAFARI = navigator.vendor && navigator.vendor.indexOf('Apple') != -1; - kukit.HAVE_IE = eval("_SARISSA_IS_IE"); + kukit.HAVE_IE = eval("_SARISSA_IS_IE"); } catch (e) {} ;;; // Activation of extra logging panel: if necessary