Closed Gama11 closed 5 years ago
When used outside of Lime, html5 likely isn't defined.
This entire logic seems a bit questionable though, why the complex check for whether it's a property or not instead of simply always calling Reflect.setProperty()?
Reflect.setProperty()
Ping @jgranick.
When used outside of Lime, html5 likely isn't defined.
This entire logic seems a bit questionable though, why the complex check for whether it's a property or not instead of simply always calling
Reflect.setProperty()
?