class ActionView::Helpers::JavaScriptVariableProxy

def append_to_function_chain!(call)

def append_to_function_chain!(call)
  @generator << @variable if @empty
  @empty = false
  super
end