Skip to content

Commit 1b96a3f

Browse files
Fix more semicolons
1 parent f1e4a47 commit 1b96a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function Timepicker() {
8888
sliderAccessArgs: null
8989
};
9090
$.extend(this._defaults, this.regional['']);
91-
}
91+
};
9292

9393
$.extend(Timepicker.prototype, {
9494
$input: null,
@@ -1295,7 +1295,7 @@ function extendRemove(target, props) {
12951295
if (props[name] === null || props[name] === undefined)
12961296
target[name] = props[name];
12971297
return target;
1298-
}
1298+
};
12991299

13001300
$.timepicker = new Timepicker(); // singleton instance
13011301
$.timepicker.version = "0.9.9";

0 commit comments

Comments
 (0)