removeAttr
can.Map.prototype.removeAttr
Remove a property from an Map.
map.removeAttr(attrName)
Parameters
-
attrName
{String}
the name of the property to remove
Returns
{*}
the value of the property that was removed
removeAttr
removes a property by name from an Map.Removing an attribute will cause a change event to fire with
'remove'
passed as the how parameter andundefined
passed as the newVal to handlers. It will also cause a property name event to fire withundefined
passed as newVal. An in-depth description at these events can be found underattr
.