File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* jQuery timepicker addon
3
3
* By: Trent Richardson [http://trentrichardson.com]
4
- * Version 0.6
5
- * Last Modified: 9/15 /2010
4
+ * Version 0.6.1
5
+ * Last Modified: 9/20 /2010
6
6
*
7
7
* Copyright 2010 Trent Richardson
8
8
* Dual licensed under the MIT and GPL licenses.
88
88
89
89
if ( ! this . defaults . timeOnly ) {
90
90
//the time should come after x number of characters and a space. x = at least the length of text specified by the date format
91
- var dp_dateFormat = $ . datepicker . _get ( dp_inst , 'dateFormat' ) ;
92
- regstr = '.{' + dp_dateFormat . length + ',}\\s+' + regstr ;
91
+ regstr = '.{' + this . defaults . dateFormat . length + ',}\\s+' + regstr ;
93
92
}
94
93
95
94
var order = this . getFormatPositions ( ) ;
490
489
491
490
$ . timepicker = new Timepicker ( true ) ; // singleton instance
492
491
} ) ( jQuery ) ;
492
+
493
+
You can’t perform that action at this time.
0 commit comments