Changeset 431

Show
Ignore:
Timestamp:
12/08/05 20:08:09 (7 years ago)
Author:
mokhet
Message:

fix for ticket #498 (the editor variable was used from global scope instead of local)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/CharacterMap/character-map.js

    r419 r431  
    105105CharacterMap.prototype.addEntity = function ( entite, pos ) 
    106106{ 
    107   editor = this.editor; 
     107  var editor = this.editor; 
    108108  var self = this; 
    109109  var a = document.createElement( 'a' );