Skip to content

Commit 950f9cb

Browse files
committed
update
1 parent b4d9ce8 commit 950f9cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/jquery-asSpinner.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
}).on('mouseup.asSpinner', function() {
131131
clearTimeout(self.spinTimeout);
132132
$(document).off('mouseup.asSpinner');
133-
self.spinDown.call(self);
134133
}).on('click.asSpinner', function() {
135134
self.spinDown.call(self);
136135

@@ -148,7 +147,6 @@
148147
self.spinUp.call(self);
149148
});
150149

151-
152150
this.$element.on('focus.asSpinner', function() {
153151
self.isFocused = true;
154152
self.$wrap.addClass(self.classes.focus);
@@ -185,8 +183,6 @@
185183
event.spinDownentDefault();
186184
});
187185
}
188-
189-
190186
}).on('blur.asSpinner', function() {
191187
self.isFocused = false;
192188
self.$wrap.removeClass(self.classes.focus);

0 commit comments

Comments
 (0)