##// END OF EJS Templates
Pass the arguments to the callback in the on_some_change function
unknown -
Show More
@@ -416,7 +416,7 b' define(["widgets/js/manager",'
416 416 */
417 417 this.on('change', function() {
418 418 if (keys.some(this.hasChanged, this)) {
419 callback.apply(context);
419 callback.apply(context, arguments);
420 420 }
421 421 }, this);
422 422
General Comments 0
You need to be logged in to leave comments. Login now