Skip to content

Instantly share code, notes, and snippets.

@stephenh
Created February 14, 2014 16:00
Show Gist options
  • Select an option

  • Save stephenh/9003609 to your computer and use it in GitHub Desktop.

Select an option

Save stephenh/9003609 to your computer and use it in GitHub Desktop.
// 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;
}
// 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