Commit 3d8f0323 authored by techird's avatar techird

添加resetEvents方法支持

parent 26c82350
......@@ -7,6 +7,10 @@ kity.extendClass( Minder, {
this._bindPaperEvents();
this._bindKeyboardEvents();
},
_resetEvents: function () {
this._initEvents();
this._bindEvents();
},
// TODO: mousemove lazy bind
_bindPaperEvents: function () {
var minder = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment