aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 3a21de33..bc53a5c2 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -11,7 +11,7 @@ if (!this['read']) {
load('settings.js');
load('utility.js');
-load('enzymatic.js');
+load('framework.js');
load('parseTools.js');
load('intertyper.js');
load('analyzer.js');