Commit 213ff01d authored by campaign's avatar campaign

by zhanyi

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