Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add reason to Cobertura annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Feb 4, 2015
1 parent a579063 commit b03c36c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ public class JavascriptUtil {
* @param varName Variable name.
* @return The value (as a string) assigned to varName.
*/
@CoverageIgnore
@CoverageIgnore("JSNI")
public static native String getJavascriptValue(String varName) /*-{
return $wnd[varName];
}-*/;
Expand Down

0 comments on commit b03c36c

Please sign in to comment.