scalaspace / scalaspace.github.io

Scala Space website
14 stars 47 forks source link

Add ES6 String.prototype.startsWith polyfill #11

Closed ant8e closed 9 years ago

ant8e commented 9 years ago

startsWith being not currently supported by all browsers, adding this polyfill makes the page work with those browsers. Fix #10

propensive commented 9 years ago

Thanks! Is that really the best way of doing this in JavaScript?!

ant8e commented 9 years ago

Not my area of expertise, but sadly It seems to be like it is!