remove unnecessary storing of the highlighter used within the portal.options

altarnative to the typo fix #571
This commit is contained in:
Jon Atkins 2013-09-21 02:42:13 +01:00
parent 7f9399bbeb
commit 6a5d47f146

View File

@ -66,7 +66,6 @@ window.changePortalHighlights = function(name) {
window.highlightPortal = function(p) {
if(_highlighters !== null && _highlighters[_current_highlighter] !== undefined) {
p.options.highligher = _current_highlighter;
_highlighters[_current_highlighter]({portal: p});
}
}