updated copyright year, and removed excessive dashArray warnings

This commit is contained in:
Eric Rowell
2013-01-04 22:21:17 -08:00
parent db4a972fb2
commit 203c3960e3
2 changed files with 2 additions and 5 deletions

View File

@@ -287,9 +287,6 @@
if(context.setLineDash) {
context.setLineDash(dashArray);
}
else {
Kinetic.Global.warn('Could not apply dash array because your browser does not support it.');
}
}
if(!skipShadow && shape.hasShadow()) {
this._applyShadow(shape);