lib/handlebars/context.rb in handlebars-0.2.0 vs lib/handlebars/context.rb in handlebars-0.2.1
- old
+ new
@@ -1,5 +1,6 @@
require 'commonjs'
+require 'v8'
module Handlebars
class Context
def initialize
@js = CommonJS::Environment.new V8::Context.new, :path => [
\ No newline at end of file