Open stevenvachon opened 9 years ago
-ms-something becomes MsSomething because of the to-camel-case lib you're using. The problem is that it should produce msSomething. http://www.andismith.com/blog/2012/02/modernizr-prefixed/
-ms-something
MsSomething
msSomething
-ms-something
becomesMsSomething
because of the to-camel-case lib you're using. The problem is that it should producemsSomething
. http://www.andismith.com/blog/2012/02/modernizr-prefixed/