Commit 213ff01d authored by campaign's avatar campaign

by zhanyi

parent e5980e29
......@@ -83,7 +83,7 @@ KityMinder.registerModule( "TextEditModule", function () {
try{
receiver.updateRange(range)
}catch(e){
debugger
console.log(e)
}
}else
......
......@@ -71,7 +71,7 @@ Minder.Selection = kity.createClass( 'Selection', {
this.y = offset.y;
} catch ( e ) {
debugger
console.log(e)
}
return this.update();
......
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