Follow us on GitHub

com.google.gwt.maps.client.workaround
Class WorkAroundUtils

java.lang.Object
  extended by com.google.gwt.maps.client.workaround.WorkAroundUtils

public class WorkAroundUtils
extends Object


Constructor Summary
WorkAroundUtils()
           
 
Method Summary
static void removeGwtObjectId(JavaScriptObject jso)
          When a third party api complains about this extra element in the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkAroundUtils

public WorkAroundUtils()
Method Detail

removeGwtObjectId

public static final void removeGwtObjectId(JavaScriptObject jso)
When a third party api complains about this extra element in the object. This only happens in DevMode The JSO carries an __gwt_ObjectId in devMode, which needs to be removed in some cases.

Parameters:
jso -


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.