Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Jul 28, 2017
1 parent 3f74834 commit 553d216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions dist/belofte.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Belofte.js v1.0.0
* Belofte.js v1.2.0
* A lightweight Promises/A+ compliant implementation of ECMAScript Promise API.
* Here the Belofte is an Afrikaans word, It means Promise.
* This library is very useful for old browsers or old Javascript engines where
Expand All @@ -9,7 +9,7 @@
*
* Codebase: https://github.com/ariyankhan/belofte.js
* Homepage: https://github.com/ariyankhan/belofte.js#readme
* Date: Fri Jul 28 2017 03:46:09 GMT+0530 (IST)
* Date: Fri Jul 28 2017 15:12:17 GMT+0530 (IST)
*/

(function(root, factory) {
Expand Down Expand Up @@ -581,7 +581,6 @@
}
});


Belofte.extend(Promise.prototype, {

then: function(onFulfilled, onRejected) {
Expand Down Expand Up @@ -645,7 +644,6 @@

});


var Deferred = function Deferred() {
this.promise = new Promise(emptyFn);
};
Expand Down
2 changes: 0 additions & 2 deletions src/belofte.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@
}
});


Belofte.extend(Promise.prototype, {

then: function (onFulfilled, onRejected) {
Expand Down Expand Up @@ -630,7 +629,6 @@

});


var Deferred = function Deferred() {
this.promise = new Promise(emptyFn);
};
Expand Down

0 comments on commit 553d216

Please sign in to comment.