Skip to content

Commit

Permalink
Updated Version
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrichardson committed Sep 8, 2012
1 parent 1365738 commit 54547fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jquery-ui-timepicker-addon.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jQuery timepicker addon
* By: Trent Richardson [http://trentrichardson.com]
* Version 1.0.2-dev
* Version 1.0.2
* Last Modified: 07/01/2012
*
* Copyright 2012 Trent Richardson
Expand Down Expand Up @@ -1562,7 +1562,6 @@ var selectLocalTimeZone = function(tp_inst, date)
};

$.timepicker = new Timepicker(); // singleton instance
$.timepicker.version = "1.0.2";

/**
* Get the timezone offset as string from a date object (eg '+0530' for UTC+5.5)
Expand Down Expand Up @@ -1683,4 +1682,6 @@ $.timepicker.handleRange = function( method, startTime, endTime, options ) {
return $([startTime.get(0), endTime.get(0)]);
};

$.timepicker.version = "1.0.2";

})(jQuery);

0 comments on commit 54547fb

Please sign in to comment.