mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Bug/Task WISE-428 fixed: clean-up Designer - remove unused functions
de-/activateKeyboard with calls to non-existing methods --HG-- branch : clean-up
This commit is contained in:
parent
90893f70e2
commit
feead16974
@ -78,14 +78,6 @@ mindplot.Designer = new Class(/** @lends Designer */{
|
|||||||
this._clipboard = [];
|
this._clipboard = [];
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* Deactivates the keyboard events so you can enter text into forms
|
|
||||||
*/
|
|
||||||
deactivateKeyboard:function () {
|
|
||||||
mindplot.DesignerKeyboard.getInstance().deactivate();
|
|
||||||
this.deselectAll();
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
@ -121,13 +113,6 @@ mindplot.Designer = new Class(/** @lends Designer */{
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* Activates the keyboard events so you can enter text into forms
|
|
||||||
*/
|
|
||||||
activateKeyboard:function () {
|
|
||||||
mindplot.DesignerKeyboard.getInstance().activate();
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {String} type the event type
|
* @param {String} type the event type
|
||||||
* @param {Function} listener
|
* @param {Function} listener
|
||||||
|
Loading…
Reference in New Issue
Block a user