Skip to content

Commit be74879

Browse files
Strict fixes by codeactual
1 parent e657640 commit be74879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery-ui-timepicker-addon.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ $.extend(Timepicker.prototype, {
378378
((o.showTimezone) ? '' : noDisplay) + '></dd>';
379379

380380
html += '</dl></div>';
381-
$tp = $(html);
381+
var $tp = $(html);
382382

383383
// if we only want time picker...
384384
if (o.timeOnly === true) {
@@ -847,7 +847,7 @@ $.fn.extend({
847847
//########################################################################
848848
datetimepicker: function(o) {
849849
o = o || {};
850-
tmp_args = arguments;
850+
var tmp_args = arguments;
851851

852852
if (typeof(o) == 'string'){
853853
if(o == 'getDate')

0 commit comments

Comments
 (0)