Changeset 649
- Timestamp:
- 03/06/10 16:31:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wymeditor/jquery.wymeditor.mozilla.js
r648 r649 279 279 if(/italic/.test(style)) return 'em'; 280 280 if(/sub/.test(style)) return 'sub'; 281 if(/su b/.test(style)) return 'super';281 if(/super/.test(style)) return 'sup'; 282 282 return false; 283 283 };
Note: See TracChangeset
for help on using the changeset viewer.