mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-19 00:43:29 +00:00
Fixed typo
This commit is contained in:
@@ -78,7 +78,7 @@ Scope.prototype.getLvar = function(/* String */ lvarName, /* BOOL */ stopAtMetho
|
||||
var prev = this.prev;
|
||||
|
||||
// Stop at the method declaration
|
||||
if (prev && (!stopAtMethod || !this.methodtype))
|
||||
if (prev && (!stopAtMethod || !this.methodType))
|
||||
return prev.getLvar(lvarName, stopAtMethod);
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user