# File lib/erubis/engine/ejavascript.rb, line 24
    def init_generator(properties={})
      super
      @escapefunc ||= 'escape'
      @indent = properties[:indent] || ''
      @buf = properties[:out] || '_buf'
      @docwrite = properties[:docwrite] != false  # '!= false' will be removed in the next release
    end