130
edits
(typo) |
(code formatting typo) |
||
Line 204: | Line 204: | ||
this.markup.removeAttributeForElement("new-highlighted-el", "style"); | this.markup.removeAttributeForElement("new-highlighted-el", "style"); | ||
}, | }, | ||
hide: function() { | hide: function() { | ||
this.markup.setAttributeForElement("new-highlighted-el", "style", "display:none;"); | this.markup.setAttributeForElement("new-highlighted-el", "style", "display:none;"); |
edits