Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js7470 if(domUtils){this.contentState=safeGetContentState(element);
7479 if(domUtils&&this.selection){var state=safeGetContentState(this.selection);
7489 …ntState&state){var timeoutRunner=bindFixed(function(){var newState=safeGetContentState(this.select…
7494 function safeGetContentState(selection){try{return domUtils.getContentState(selection) function