diff --git a/source/Ox.UI/js/Calendar/Calendar.js b/source/Ox.UI/js/Calendar/Calendar.js index 85ee195c..cdf91a63 100644 --- a/source/Ox.UI/js/Calendar/Calendar.js +++ b/source/Ox.UI/js/Calendar/Calendar.js @@ -1260,11 +1260,10 @@ Ox.Calendar = function(options, self) { } /*@ - that.addEvent addEvent + addEvent addEvent (event) -> object @*/ that.addEvent = function(event) { - // Ox.Log('Calendar', 'CALENDAR ADD EVENT', event) event = getEventData(event); self.options.events.push(event); getLines(); @@ -1274,7 +1273,7 @@ Ox.Calendar = function(options, self) { }; /*@ - that.editEvent Edit event data + editEvent Edit event data (id, key, value) -> Calendar object {id, {key: value, ...}} -> Calendar object @*/ @@ -1311,7 +1310,7 @@ Ox.Calendar = function(options, self) { }; /*@ - that.getBounds get bounds + getBounds get bounds () -> object @*/ that.getBounds = function() { @@ -1319,7 +1318,7 @@ Ox.Calendar = function(options, self) { }; /*@ - that.panToEvent pan to event + panToEvent pan to event () -> object @*/ that.panToEvent = function() { @@ -1328,7 +1327,7 @@ Ox.Calendar = function(options, self) { }; /*@ - that.removeEvent remvoe Event + removeEvent remvoe Event () -> object @*/ that.removeEvent = function() { @@ -1343,7 +1342,7 @@ Ox.Calendar = function(options, self) { }; /*@ - that.resizeCalendar resize + resizeCalendar resize () -> object @*/ that.resizeCalendar = function() { @@ -1355,7 +1354,7 @@ Ox.Calendar = function(options, self) { }; /*@ - that.zoomToEvent zoom to event + zoomToEvent zoom to event () -> object @*/ that.zoomToEvent = function() { diff --git a/source/Ox.UI/js/Panel/SplitPanel.js b/source/Ox.UI/js/Panel/SplitPanel.js index dfb16f60..105b2b8a 100644 --- a/source/Ox.UI/js/Panel/SplitPanel.js +++ b/source/Ox.UI/js/Panel/SplitPanel.js @@ -200,7 +200,7 @@ Ox.SplitPanel = function(options, self) { /*@ replaceElement Replace panel element (id, element) -> replace element - id The element's id or position + id The element's id or position element new element @*/ that.replaceElement = function(id, element) {