aboutsummaryrefslogtreecommitdiff
path: root/src/framework.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-05-16 14:01:06 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-05-16 14:01:06 -0700
commit67fd8548d4cd14ec829d8bac929e8c59863b53eb (patch)
tree3e879ebea38999eaffeb211eb98bcf364353c5c2 /src/framework.js
parentdf3638c87ae2c9c617bf04adbc7140a7155cc844 (diff)
compiler code is now js strict mode compliant
Diffstat (limited to 'src/framework.js')
-rw-r--r--src/framework.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/framework.js b/src/framework.js
index 9e0d163d..e682d547 100644
--- a/src/framework.js
+++ b/src/framework.js
@@ -134,6 +134,7 @@ Substrate.prototype = {
}
midComment();
}
+ return null;
}
};