Sha256: 787cd5a94e7024fb5530fc9f5c329d9833c1471cb040c9921b0984d359941fb6
Contents?: true
Size: 541 Bytes
Versions: 13
Compression:
Stored size: 541 Bytes
Contents
require 'volt/templates/targets/base_section' require 'volt/templates/targets/attribute_section' require 'volt/templates/targets/binding_document/component_node' require 'volt/templates/targets/binding_document/html_node' # AttributeTarget's provide an interface that can render bindings into # a string that can then be used to update a attribute binding. class AttributeTarget < ComponentNode # TODO: improve def skip_current_queue_flush true end def section(*args) return AttributeSection.new(self, *args) end end
Version data entries
13 entries across 13 versions & 1 rubygems