Skip to content

Commit

Permalink
3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Aug 30, 2015
1 parent 1431a36 commit 2859ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -6530,7 +6530,7 @@ $.widget("metro.slider", {
if (o.target) {
$(o.target).val(returnedValue);
}

if (typeof o.onChange === 'function') {
o.onChange(returnedValue, element);
} else {
Expand Down
2 changes: 1 addition & 1 deletion docs/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -6530,7 +6530,7 @@ $.widget("metro.slider", {
if (o.target) {
$(o.target).val(returnedValue);
}

if (typeof o.onChange === 'function') {
o.onChange(returnedValue, element);
} else {
Expand Down

0 comments on commit 2859ecf

Please sign in to comment.