lib/lifeform/libraries/shoelace/input.rb in lifeform-0.11.0 vs lib/lifeform/libraries/shoelace/input.rb in lifeform-0.12.0
- old
+ new
@@ -4,11 +4,9 @@
module Libraries
class Shoelace
class Input < Default::Input
INPUT_TAG = :sl_input
- register_element :sl_input
-
# no-op
def handle_labels; end
end
end
end