Skip to content

Commit

Permalink
Minor code cleanup (ceylon/ceylon-spec#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed May 7, 2015
1 parent ba94dce commit 0c6fcd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/redhat/ceylon/compiler/js/JsCompiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ public void visitAny(Node that) {
@Override
public void visit(Tree.Declaration that) {
if (isForBackend(that.getAnnotationList(), Backend.JavaScript, that.getUnit())) {
super.visitAny(that);
hasErrors(that);
super.visit(that);
}
}
@Override
Expand Down

0 comments on commit 0c6fcd3

Please sign in to comment.