[ljcom] r10842: LJSUP-9385: Calendar and filter in the c...
Committer: dpetrov
LJSUP-9385: Calendar and filter in the controlstrip should be displayed by click, but not by mouse overU trunk/htdocs/js/jquery/jquery.lj.inlineCalendar.js
Modified: trunk/htdocs/js/jquery/jquery.lj.inlineCalendar.js
===================================================================
--- trunk/htdocs/js/jquery/jquery.lj.inlineCalendar.js 2011-08-11 03:52:56 UTC (rev 10841)
+++ trunk/htdocs/js/jquery/jquery.lj.inlineCalendar.js 2011-08-11 04:08:44 UTC (rev 10842)
@@ -283,7 +283,7 @@
_create: function() {
this._preInit();
- this._init();
+ this._initialize();
this._postInit();
},
@@ -292,7 +292,8 @@
this.options = jQuery.extend( true, {}, def, this.options );
},
- _init: function() {
+ // @TODO: need to change the structure of initialization code to remove this method
+ _initialize: function() {
if( !this.options.displayedMonth ) {
this.options.displayedMonth = new Date( this.options.currentDate );
}
