dojox
»
widget
»
SortList
» _unset
dojox.widget.SortList._unset
dojo.require("dojox.widget.SortList");
defined in dojox/widget/SortList.js
remove hover state (FIXME: combine with _set?)
Usage
function (e)
(view source)
dojo.
removeClass
(
e.
target
,
"sortListItemHover"
)
;
parameter
type
description
e