1-2 of 2 < Previous Next >
1 vote

few more missing 'var' keywords

same as the item about the Distinct for loop goes for line 206, 227

id# 1225 | Planned Release: None | Last Updated: Mar 2 at 4:13 PM  by 666shooter
1 vote

missing 'var' in for loop

minor issue: in the Distinct function on line 177 the i variable is missing the 'var' keyword. for (i = 0; i < this.length; i++) should be: for (var i = 0; i < this.length; i++)

id# 1224 | Planned Release: None | Last Updated: Mar 2 at 4:10 PM  by 666shooter

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-2 of 2 < Previous 1 Next >
Updating...