Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js586 var cssPropNames=null; variable
599 this.getCSSPropertyNames=function(){if(!cssPropNames){cssPropNames=[];
600 for(var name in this.cssInfo){cssPropNames.push(name)
601 }}return cssPropNames
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1611 var cssPropNames = null; variable
1642 if (!cssPropNames)
1644 cssPropNames = [];
1647 cssPropNames.push(name);
1650 return cssPropNames;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js597 var cssPropNames=null; variable
610 this.getCSSPropertyNames=function(){if(!cssPropNames){cssPropNames=[];
611 for(var name in this.cssInfo){cssPropNames.push(name)
612 }}return cssPropNames