env-js
env-js copied to clipboard
A pure-JavaScript browser environment.
Is Env.js being discontinued? Please update the README.md page with project status.
If there is no `refChild` passed to `insertBefore()`, the function returns `undefined` instead of the `newChild`.
This avoids too many else if blocks in case we add more to this rule in the future. More readable & clutter free. Thanks, Sujay
Hi Guys, It appears CSS2Properties was only looking at cssText of the element passed in, which was only the case with style nodes. I've extended CSS2Properties to also check the...
Hi Chris, I've made a simple [npm](http://npmjs.org/) package so people could install and use envjs with npm. And I also did couple of fixes to make it run on node.js...
All instances of CSS2Properties currently share an instance of a single object for this.styleIndex. This makes it so that if you set a style on divA, divB also reflects the...
Currently inline Mouse|KeyboardEvents are not being processed because they are missing from the prototype. Also inline handlers that returned a value would cause an error, and return value was not...
Node v0.5.x and above removed support for the require_paths statement and prefer that it be done using the NODE_PATH environment variable. In addition, the "sys" namespace has been deprecated in...
This pull requests fixes 2 issues and adds a test for both: 1) If you put in an absolute windows path in any browser, like this: C:\foo\bar\index.html, it will convert...
I was seeing a problem that when a node was created and then was set to hidden by jQuery, any node I created after that point would also be hidden....