Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasalvarez87 committed Jan 24, 2014
1 parent 9a37cad commit 2ca251d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nan-timepicker",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/nan-timepicker.js",
"ignore": [
"**/.*",
Expand Down
4 changes: 4 additions & 0 deletions dist/nan-timepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
return self;
},

get: function() {
return $(this);
},

getSecondsFromMidnight: function() {
return _time2int(_getTimeValue(this));
},
Expand Down
Loading

0 comments on commit 2ca251d

Please sign in to comment.