Open ArtemGr opened 11 years ago
KineticGWT's way of setting the name via getAttrs no longer works with newer KineticJS!
Workaround:
protected static native void setName (final Node node, final String name) /*-{ node.setName (name) }-*/;
KineticGWT's way of setting the name via getAttrs no longer works with newer KineticJS!
Workaround: