Add missing semicolon
This commit is contained in:
parent
3184004518
commit
9a1ed264ea
2 changed files with 3 additions and 3 deletions
|
@ -252,7 +252,7 @@
|
|||
+ var width = daycol.width();
|
||||
+ timeline.css({ left: left + 'px', width: width + 'px' });
|
||||
+ }
|
||||
+ };
|
||||
+ }
|
||||
+
|
||||
|
||||
/* Dragging
|
||||
|
@ -279,7 +279,7 @@
|
|||
};
|
||||
|
||||
}
|
||||
-
|
||||
-
|
||||
-})(jQuery);
|
||||
+
|
||||
+
|
||||
|
|
|
@ -4037,7 +4037,7 @@ function AgendaEventRenderer() {
|
|||
var width = daycol.width();
|
||||
timeline.css({ left: left + 'px', width: width + 'px' });
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
/* Dragging
|
||||
|
|
Loading…
Add table
Reference in a new issue