Changeset 2124
- Timestamp:
- 06/24/08 13:11:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckstyle.js
r1805 r2124 222 222 continue ; 223 223 224 /*jsl:fallthru*/ 225 224 226 default : 225 227 FCKDomTools.RemoveAttribute( pathElement, att ) ; … … 374 376 continue ; 375 377 378 /*jsl:fallthru*/ 379 376 380 default : 377 381 FCKDomTools.RemoveAttribute( currentNode, att ) ; … … 546 550 if ( FCKDomTools.GetAttributeValue( innerElement, att ) != this.GetFinalAttributeValue( att ) ) 547 551 continue ; 552 553 /*jsl:fallthru*/ 548 554 549 555 default :
Note: See TracChangeset
for help on using the changeset viewer.
