projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7ee9d9
)
Better variable checking
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 24 Mar 2009 05:44:11 +0000
(23:44 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 24 Mar 2009 19:16:18 +0000
(13:16 -0600)
imp/js/src/DimpCore.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpCore.js
b/imp/js/src/DimpCore.js
index
e4f7751
..
15d7e8d
100644
(file)
--- a/
imp/js/src/DimpCore.js
+++ b/
imp/js/src/DimpCore.js
@@
-33,7
+33,7
@@
DimpCore = {
debug: function(label, e)
{
if (!this.is_logout && DIMP.conf.debug) {
- if (console) {
+ if (console
.error
) {
// Firebug error reporting.
console.error(label, e);
} else {