class Opal::Rewriters::DotJsSyntax
def to_js_attr_call(recv, property)
-
property
(AST::Node
) -- argument passed to .JS[] method -
recv
(AST::Node
) -- receiver of .JS[] method
def to_js_attr_call(recv, property) s(:jsattr, recv, property) end