remove dead code

This commit is contained in:
Fabian Jakobs 2011-01-19 08:15:13 +01:00
commit c7daceb51a

View file

@ -44,11 +44,6 @@ var UndoManager = function() {
(function() {
/*this.$doc = null;
this.setDocument = function(doc) {
this.$doc = doc;
};*/
this.execute = function(options) {
var deltas = options.args[0];
this.$doc = options.args[1];