Changeset 326
- Timestamp:
- 09/19/05 12:33:59 (8 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/Stylist/stylist.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/Stylist/stylist.js
r184 r326 453 453 HTMLArea.ripStylesFromCSSString = function(css) 454 454 { 455 // We are holy interested in the selectors, the rules are not important455 // We are only interested in the selectors, the rules are not important 456 456 // so we'll drop out all coments and rules 457 457 RE_comment = /\/\*(.|\r|\n)*?\*\//g;
