lib/phlex/html/standard_elements.rb in phlex-1.4.2 vs lib/phlex/html/standard_elements.rb in phlex-1.5.0
- old
+ new
@@ -1,11 +1,9 @@
# frozen_string_literal: true
module Phlex::HTML::StandardElements
extend Phlex::Elements
- REGISTERED_ELEMENTS = Concurrent::Map.new
-
# @!method a(**attributes, &content)
# Outputs an <code>a</code> tag
# @return [nil]
# @see https://developer.mozilla.org/docs/Web/HTML/Element/a
register_element :a, tag: "a"