Skip to content

Commit

Permalink
Tagging 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-ujjmeszaros committed Mar 29, 2014
1 parent 037166a commit 91750db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bootstrap-touchspin.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"spinbutton",
"spinner"
],
"version": "2.6.2",
"version": "2.7.0",
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
Expand Down
8 changes: 4 additions & 4 deletions bootstrap-touchspin/bootstrap.touchspin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/*!=========================================================================
* Bootstrap TouchSpin
* v2.6.2
* v2.7.0
*
* A mobile and touch friendly input spinner component for Bootstrap 3.
*
Expand Down Expand Up @@ -56,8 +56,8 @@
"touchend",
"touchcancel",
"mousemove",
"touchmove",
"scroll",
"touchmove",
"scroll",
"scrollstart"], originalinput_data.spinnerid).join(" "));
});
return;
Expand Down Expand Up @@ -100,7 +100,7 @@
spinning = false;

init();


function init() {
if (originalinput.data("alreadyinitialized")) {
Expand Down

0 comments on commit 91750db

Please sign in to comment.