You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use objeq in a node application and in the browser (IE8 +, FF, Chrome etc.).
In node: no prob. it works perfectly.
In IE 8: I get Object doesn't support this action in `objeq.min.js, line 1 character 11697'
I cloned the objeq project locally and tried to build the browser version to run in IE8 with a non-minified version to try to identifiy the issue but it failed as well:
The text was updated successfully, but these errors were encountered:
I'm wondering if you're running into a non backward compatible change in the Jison parser generator. I also saw this happen to the junqi project. I'll look into it over the next days and hopefully issue a pull request by monday or so
In order to fix the problem in IE 8, we had to replace objeq by underscore and it works.
I would still like a fix because I like objeq a lot for its simplicity and effectiveness and I prefer to have a consistent way(node/browser) of querying a JSON structure in my project, but there is no pressure.
In January 2016 (16th), Microsoft will stop the support of IE 8/9/10 on Windows 7 and two things will happen:
I will get drunk that day
An era of joy and happiness will begin for all front-end devs.
Hi.
First of all, thanks for this package.
I want to use objeq in a node application and in the browser (IE8 +, FF, Chrome etc.).
In node: no prob. it works perfectly.
In IE 8: I get
Object doesn't support this action
in `objeq.min.js, line 1 character 11697'I cloned the objeq project locally and tried to build the browser version to run in IE8 with a non-minified version to try to identifiy the issue but it failed as well:
The text was updated successfully, but these errors were encountered: