Rename vm.js to compiler.js

This commit is contained in:
tomhuda
2011-05-03 20:38:28 -07:00
parent d83e1c7484
commit 5d99572006
3 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ module Handlebars
Handlebars::Spec.js_load('lib/handlebars/visitor.js');
Handlebars::Spec.js_load('lib/handlebars/printer.js')
Handlebars::Spec.js_load('lib/handlebars/utils.js')
Handlebars::Spec.js_load('lib/handlebars/vm.js')
Handlebars::Spec.js_load('lib/handlebars/compiler.js')
Handlebars::Spec.js_load('lib/handlebars.js')
context["Handlebars"]["logger"]["level"] = ENV["DEBUG_JS"] ? context["Handlebars"]["logger"][ENV["DEBUG_JS"]] : 4