Subversion Repository Public Repository

litesoft

Diff Revisions 151 vs 720 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/nonpublic/NativeExtendedFamilyManagerSupport.java

Diff revisions: vs.
  @@ -92,7 +92,7 @@
92 92
93 93 public static native void export() /*-{
94 94
95 - $wnd.getAncestorWinHandle = function( pAncestorIndex )
95 + $wnd.getAncestorWinHandle = function ( pAncestorIndex )
96 96 {
97 97 try
98 98 {
  @@ -103,7 +103,7 @@
103 103 alert( "NativeClientEventBusSupport.getAncestorWinHandle\n\n" + e );
104 104 }
105 105 }
106 - $wnd.childAcknowledge = function( pWinName, pWinHandle )
106 + $wnd.childAcknowledge = function ( pWinName, pWinHandle )
107 107 {
108 108 try
109 109 {
  @@ -114,7 +114,7 @@
114 114 alert( "NativeClientEventBusSupport.childAcknowledge\n\n" + e );
115 115 }
116 116 }
117 - $wnd.newDecendent = function( pWinName, pWinHandle )
117 + $wnd.newDecendent = function ( pWinName, pWinHandle )
118 118 {
119 119 try
120 120 {