Created
February 14, 2014 16:00
-
-
Save stephenh/9003609 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // with 2.6.0 | |
| function com_google_gwt_dom_client_StyleInjector_StyleInjectorImpl(){ | |
| switch (permutationId) { | |
| case 0: | |
| case 4: | |
| return new StyleInjector$StyleInjectorImpl_0; | |
| } | |
| return new StyleInjector$StyleInjectorImplIE_0; | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // with master from ~10/19/2013 (0.0.20131019-cf894ba-bizo) | |
| function com_google_gwt_dom_client_StyleInjector_StyleInjectorImpl(){ | |
| switch (permutationId) { | |
| case 1: | |
| case 2: | |
| case 3: | |
| return new StyleInjector$StyleInjectorImplIE_0; | |
| } | |
| return new StyleInjector$StyleInjectorImpl_0; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment