summaryrefslogtreecommitdiff
path: root/Base/home/anon/Source/js/simple-scopes.js
diff options
context:
space:
mode:
Diffstat (limited to 'Base/home/anon/Source/js/simple-scopes.js')
-rw-r--r--Base/home/anon/Source/js/simple-scopes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/Source/js/simple-scopes.js b/Base/home/anon/Source/js/simple-scopes.js
index 14e6c35e75..246a7c4412 100644
--- a/Base/home/anon/Source/js/simple-scopes.js
+++ b/Base/home/anon/Source/js/simple-scopes.js
@@ -3,7 +3,7 @@ function foo() {
function bar() {
var y = 6;
}
-
+
bar();
return y;
}