Commit 9dcaa991 authored by Bui's avatar Bui

fix promises test

parent ec2ab5cb
...@@ -29,6 +29,7 @@ function browserSupport(){ ...@@ -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")
......
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