projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3200cbf
)
Need typeof here.
author
Jan Schneider
<jan@horde.org>
Mon, 12 Apr 2010 22:38:54 +0000
(
00:38
+0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 12 Apr 2010 22:38:54 +0000
(
00:38
+0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
73948c1
..
be9121a
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-4108,7
+4108,7
@@
KronolithCore = {
{
this.closeRedBox();
- if (
Object.isUndefined(kronolithETagAc)
) {
+ if (
typeof kronolithETagAc == 'undefined'
) {
this.editEvent.bind(this, calendar, id, date).defer();
return;
}