julesfern / spahql

A query language for Javascript data. Extracted from Spah.
MIT License
325 stars 20 forks source link

Object.create on older browsers #11

Open simon-dt opened 12 years ago

simon-dt commented 12 years ago

Object.create is not supported by IE 8 for instance, yet it is used in SpahQL. Any chance that this can be replaced by some other creation method?

simon-dt commented 12 years ago

Oh, a lot more non IE8 stuff in there. I guess there is no chance for < JavaScript 1.6 support?