- Timestamp:
- 03/05/05 07:20:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/DynamicCSS/dynamiccss.js
r20 r34 74 74 DynamicCSS.applyCSSRule=function(i18n,cssRules,cssArray){ 75 75 for(rule in cssRules){ 76 if(typeof cssRules[rule] == 'function') continue; 76 77 // StyleRule 77 78 if(cssRules[rule].selectorText){
Note: See TracChangeset
for help on using the changeset viewer.