Home
last modified time | relevance | path

Searched refs:getValidatedKey (Results 1 – 1 of 1) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js2910 },set:function(element){var id=getValidatedKey(element);
2916 },unset:function(element){var id=getValidatedKey(element);
2922 },key:function(element){return getValidatedKey(element)
2923 },has:function(element){var id=getValidatedKey(element);
2934 var getValidatedKey=function(element){var id=element[CID]; function