still debugging

This commit is contained in:
Danny Yoo 2012-02-27 18:21:43 -05:00
parent 1d6d1d481a
commit 95e8a08079
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
// Returns the offset into the prefix in which the value will be stored.
ModuleRecord.prototype.getPrefixOffset = function(externalName) {
var i;
for (i = 0; i < this.prefix.names; i++) {
for (i = 0; i < this.prefix.names.length; i++) {
if (this.prefix.names[i] === externalName) {
return i;
}

View File

@ -7,4 +7,4 @@
(provide version)
(: version String)
(define version "1.187")
(define version "1.188")