From 746dc9af33a4558e24c79c6812dcc02e9684872b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 28 Dec 2009 22:25:22 +0100 Subject: [PATCH] Fix object name. --- kronolith/js/kronolith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index b4d41f6ff..af80d1115 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -44,7 +44,7 @@ KronolithCore = { } this._closeRedBox(); this.showNotifications([ { type: 'horde.error', message: Kronolith.text.ajax_error } ]); - KronolithCore.debug('onException', e); + this.debug('onException', e); }.bind(this), onFailure: function(t, o) { KronolithCore.debug('onFailure', t); }, evalJS: false, -- 2.11.0