Skip to content

Commit 1519672

Browse files
author
Dan Lasky
committed
correct inheritance
1 parent faf5af8 commit 1519672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mm-ajax/mm-ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
},
138138

139139
abort: function() {
140-
var inherited = BehaviorUtils.findSuper(_ajax, 'exec');
140+
var inherited = BehaviorUtils.findSuper(_ajax, 'abort');
141141
inherited.apply(this, arguments);
142142
if (this.current) {
143143
this.current.promise.then(this._handleAbort.bind(this), this._handleAbort.bind(this));

0 commit comments

Comments
 (0)