Commit ae4abbcc authored by Stefan Penner's avatar Stefan Penner

remove even no-one listens to.

parent 75ae49a2
......@@ -33,10 +33,6 @@ var Promise = function(resolver) {
reject(promise, value);
};
this.on('promise:resolved', function(event) {
this.trigger('success', { detail: event.detail });
}, this);
this.on('promise:failed', function(event) {
this.trigger('error', { detail: event.detail });
}, this);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment