mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
remove debugger statement
This commit is contained in:
parent
36f4ab5346
commit
ece5d7ac27
4
konva.js
4
konva.js
@ -3,7 +3,7 @@
|
||||
* Konva JavaScript Framework v0.9.0
|
||||
* http://konvajs.github.io/
|
||||
* Licensed under the MIT or GPL Version 2 licenses.
|
||||
* Date: 2015-02-16
|
||||
* Date: 2015-02-17
|
||||
*
|
||||
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
|
||||
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
|
||||
@ -8340,7 +8340,7 @@ var Konva = {};
|
||||
},
|
||||
getClientRect : function(skipTransform) {
|
||||
var fillRect = this.getSelfRect();
|
||||
debugger;
|
||||
|
||||
var strokeWidth = (this.hasStroke() && this.strokeWidth()) || 0;
|
||||
var fillAndStrokeWidth = fillRect.width + strokeWidth;
|
||||
var fillAndStrokeHeight = fillRect.height + strokeWidth;
|
||||
|
2
konva.min.js
vendored
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -169,7 +169,7 @@
|
||||
},
|
||||
getClientRect : function(skipTransform) {
|
||||
var fillRect = this.getSelfRect();
|
||||
debugger;
|
||||
|
||||
var strokeWidth = (this.hasStroke() && this.strokeWidth()) || 0;
|
||||
var fillAndStrokeWidth = fillRect.width + strokeWidth;
|
||||
var fillAndStrokeHeight = fillRect.height + strokeWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user