Skip to content

Commit

Permalink
Removes isNative from @jstype
Browse files Browse the repository at this point in the history
Change-Id: Iecd94ec00c227b5705988a72d1998fc261600157
  • Loading branch information
gkdn authored and Gerrit Code Review committed Jan 16, 2015
1 parent 30296e8 commit d506bec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user/src/com/google/gwt/core/client/js/JsType.java
Expand Up @@ -42,5 +42,4 @@
@Documented
public @interface JsType {
String prototype() default "";
boolean isNative() default false;
}

0 comments on commit d506bec

Please sign in to comment.