Changeset 431
- Timestamp:
- 12/08/05 20:08:09 (7 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/CharacterMap/character-map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/CharacterMap/character-map.js
r419 r431 105 105 CharacterMap.prototype.addEntity = function ( entite, pos ) 106 106 { 107 editor = this.editor;107 var editor = this.editor; 108 108 var self = this; 109 109 var a = document.createElement( 'a' );
