Fix object name.
authorJan Schneider <jan@horde.org>
Mon, 28 Dec 2009 21:25:22 +0000 (22:25 +0100)
committerJan Schneider <jan@horde.org>
Mon, 28 Dec 2009 21:25:22 +0000 (22:25 +0100)
kronolith/js/kronolith.js

index b4d41f6..af80d11 100644 (file)
@@ -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,