What was misplaced about this?
By the way, we're at a point now where changes to the OOPHM branch need to
be reviewed.
On Mon, Sep 8, 2008 at 7:56 PM, <[EMAIL PROTECTED]> wrote:
>
> Author: [EMAIL PROTECTED]
> Date: Mon Sep 8 16:56:02 2008
> New Revision: 3633
>
> Modified:
>
>
> changes/jat/oophm-trunk-r3274/dev/src/com/google/gwt/core/ext/linker/impl/hosted.html
>
> Log:
> Fix misplaced break.
>
>
> Modified:
>
> changes/jat/oophm-trunk-r3274/dev/src/com/google/gwt/core/ext/linker/impl/hosted.html
>
> ==============================================================================
> ---
>
> changes/jat/oophm-trunk-r3274/dev/src/com/google/gwt/core/ext/linker/impl/hosted.html
> (original)
> +++
>
> changes/jat/oophm-trunk-r3274/dev/src/com/google/gwt/core/ext/linker/impl/hosted.html
> Mon Sep 8 16:56:02 2008
> @@ -159,6 +159,7 @@
> if (plugin != null) {
> if (plugin.connect($hosted, $moduleName, window)) {
> found = true;
> + break;
> } else {
> if (errFn) {
> errFn(modName);
> @@ -167,7 +168,6 @@
> }
> }
> }
> - break;
> } catch (e) {
> }
> }
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---