Skip to content

Commit 0ad686a

Browse files
Merge pull request trentrichardson#584 from dragosprotung/dev
Fixed typo in variable reference
2 parents 1203a63 + f2b5fa4 commit 0ad686a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@
10761076
if (parseRes.timeObj) {
10771077
var t = parseRes.timeObj;
10781078
parseRes.date.setHours(t.hour, t.minute, t.second, t.millisec);
1079-
parseRex.date.setMicroseconds(t.microsec);
1079+
parseRes.date.setMicroseconds(t.microsec);
10801080
}
10811081

10821082
return parseRes.date;

0 commit comments

Comments
 (0)