lib/watir/elements/area.rb in watir-6.10.0 vs lib/watir/elements/area.rb in watir-6.10.1
- old
+ new
@@ -1,12 +1,12 @@
-module Watir
- class Area < HTMLElement
-
- #
- # @todo temporarily add href attribute
- #
- # @see https://www.w3.org/Bugs/Public/show_bug.cgi?id=23192
- #
- attribute String, :href, :href
-
- end # Area
-end # Watir
+module Watir
+ class Area < HTMLElement
+
+ #
+ # @todo temporarily add href attribute
+ #
+ # @see https://www.w3.org/Bugs/Public/show_bug.cgi?id=23192
+ #
+ attribute String, :href, :href
+
+ end # Area
+end # Watir