still debugging
This commit is contained in:
parent
1d6d1d481a
commit
95e8a08079
|
@ -74,7 +74,7 @@
|
||||||
// Returns the offset into the prefix in which the value will be stored.
|
// Returns the offset into the prefix in which the value will be stored.
|
||||||
ModuleRecord.prototype.getPrefixOffset = function(externalName) {
|
ModuleRecord.prototype.getPrefixOffset = function(externalName) {
|
||||||
var i;
|
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) {
|
if (this.prefix.names[i] === externalName) {
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
(provide version)
|
(provide version)
|
||||||
(: version String)
|
(: version String)
|
||||||
|
|
||||||
(define version "1.187")
|
(define version "1.188")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user