lib/maxwell.rb in maxwell-0.4.0 vs lib/maxwell.rb in maxwell-0.4.1

- old
+ new

@@ -27,10 +27,10 @@ @attrs.concat attrs super end def attrs - @attrs + @attrs || self.superclass.instance_eval("@attrs") end def javascript(value) @use_poltergeist = value end