aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-03 15:49:20 -0700
committeralon@honor <none@none>2010-10-03 15:49:20 -0700
commit54b864dba82d95b85a9e5615b3cb652e560249a8 (patch)
tree0ad990915cb9a0b19553872f34991be8e877af1c /src
parentddb4ec9cd01a955d5e0a3a15f328f1c09166a5a0 (diff)
reloop blocks with multiple entries
Diffstat (limited to 'src')
-rw-r--r--src/analyzer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzer.js b/src/analyzer.js
index b3c5b0c8..9d14de25 100644
--- a/src/analyzer.js
+++ b/src/analyzer.js
@@ -500,7 +500,7 @@ function analyzer(data) {
// === 'reloop' away a loop, if there is one ===
- if (entries.length == 1 && canReturn) {
+ if (canReturn) {
var ret = {
type: 'reloop',
entries: entries,