Hi there.
I'm trying to implement freeTransform functionality that is also done in the examples but for some reason same code is not working for me and throwing following error:
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.google.gwt.core.client.impl.Impl::apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)([JavaScript object(2543), JavaScript object(2541), JavaScript object(2701)]): undefined is not a function
Could anyone please suggest what's missing in my case?
Regards,
Ashok...