Sha256: 4f8026639467c52defab2b25aefab9a7d3afbe0826cac69b48f0f76f775204ed
Contents?: true
Size: 199 Bytes
Versions: 15
Compression:
Stored size: 199 Bytes
Contents
module Netzke module Basepack class Panel < Netzke::Base js_method :update_body_html, <<-JS function(html){ this.body.update(html); } JS end end end
Version data entries
15 entries across 15 versions & 2 rubygems