fix promises test

This commit is contained in:
Bui 2018-11-26 23:43:46 +00:00
parent ec2ab5cb38
commit 9dcaa99148

View File

@ -29,6 +29,7 @@ function browserSupport(){
new window.Promise(function(r){resolve = r}) new window.Promise(function(r){resolve = r})
return typeof resolve === "function" return typeof resolve === "function"
} }
return false
}, },
"CSS Calc": function(){ "CSS Calc": function(){
var el = document.createElement("a") var el = document.createElement("a")