module Erubis::JavascriptGenerator

def init_generator(properties={})

def init_generator(properties={})
  super
  @escapefunc ||= 'escape'
  @indent = properties[:indent] || ''
  @bufvar = properties[:bufvar] || '_buf'
  @docwrite = properties[:docwrite] != false  # '!= false' will be removed in the next release
end