aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-29 16:11:40 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-07-03 15:31:04 -0700
commit549f104a5ce0dc96651d4ae3985d4357696dacdd (patch)
tree6f4125dd388109fa0a9b35676ea2ae181c46be21
parent48edb13044459f1dbedd69aef24e8abed30b1db5 (diff)
include fastLong in FULL_LIBRARY
-rw-r--r--src/jsifier.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsifier.js b/src/jsifier.js
index 5eae2018..8c2e755e 100644
--- a/src/jsifier.js
+++ b/src/jsifier.js
@@ -1747,8 +1747,8 @@ function JSify(data, functionsOnly, givenFunctions) {
}
}
});
- print(read('fastLong.js'));
}
+ print(read('fastLong.js'));
print('// EMSCRIPTEN_END_FUNCS\n');
print(read('long.js'));
} else {