watir/element.rb in watir-1.5.3 vs watir/element.rb in watir-1.5.4

- old
+ new

@@ -145,10 +145,13 @@ alias :after? :> def typingspeed @container.typingspeed end - + def type_keys + return @container.type_keys if @type_keys.nil? + @type_keys + end def activeObjectHighLightColor @container.activeObjectHighLightColor end # Return an array with many of the properties, in a format to be used by the to_s method