Kick promise polyfill
This commit is contained in:
parent
517661a606
commit
e9a365c150
20 changed files with 41 additions and 1388 deletions
|
|
@ -3,7 +3,7 @@
|
|||
var buildPathname = require("../pathname/build")
|
||||
var hasOwn = require("../util/hasOwn")
|
||||
|
||||
module.exports = function($window, Promise, oncompletion) {
|
||||
module.exports = function($window, oncompletion) {
|
||||
var callbackCount = 0
|
||||
|
||||
function PromiseProxy(executor) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue