Skip to content

Commit

Permalink
Remove inconsistent change caller
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 5, 2017
1 parent 49a6001 commit b7530fb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion client/galaxy/scripts/mvc/ui/ui-slider.js
Expand Up @@ -25,7 +25,6 @@ define([ 'utils/utils' ], function( Utils ) {
self.value( $( this ).val() );
}).on( 'keyup', function( e ) {
pressed[e.which] = false;
self.model.get( 'onchange' )( $( this ).val() );
}).on( 'keydown', function ( e ) {
var v = e.which;
pressed[ v ] = true;
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/ui/ui-slider.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/scripts/bundled/analysis.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/mvc/ui/ui-slider.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7530fb

Please sign in to comment.