This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-11-01 14:45:29 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
bce61b5cdb
gecko-dev
/
js
/
tests
/
js1_5
History
pschwartau%netscape.com
bce61b5cdb
Correcting a misattribution, and improving readability.
2001-07-09 01:09:27 +00:00
..
GetSet
Initial add.
2001-05-05 17:24:07 +00:00
LexicalConventions
Regress
Correcting a misattribution, and improving readability.
2001-07-09 01:09:27 +00:00
Scope
Improving readability.
2001-07-05 21:00:37 +00:00
shell.js
"for (i in myArray)" produces unintentional side effects if a test modifies Array.prototype or Object.prototype. Use for (i=0; __; i++) instead.
2001-04-18 22:33:31 +00:00