JSDOC/ScopeNamer.js
[app.jsdoc] / JSDOC / ScopeNamer.js
index 2434f28..fa1f1f6 100644 (file)
@@ -133,7 +133,7 @@ ScopeNamer = XObject.define(
             var _this = this;
             var res = false;
             
-             statements.some(function(st ) {
+            statements.some(function(st ) {
                 
                 
                 res = _this.walkStatement(scope, st);