Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Fixing bug in editor.setOverwrite #issue/204
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored and fjakobs committed Apr 7, 2011
1 parent ba2f103 commit 915c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/editor.js
Expand Up @@ -487,7 +487,7 @@ var Editor =function(renderer, session) {
};

this.setOverwrite = function(overwrite) {
this.session.setOverwrite();
this.session.setOverwrite(overwrite);
};

this.getOverwrite = function() {
Expand Down

0 comments on commit 915c1be

Please sign in to comment.