Skip to content

Commit

Permalink
Exported variables are not setters, and the few that were (debugMode,…
Browse files Browse the repository at this point in the history
… etc.) now have an alternative (libjass.configure).
  • Loading branch information
Arnavion committed Mar 11, 2016
1 parent 4438caa commit a660506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/typescript/walker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ class Walker {

var property = this._scope.enter(new AST.Property(ts.getTextOfNode(declaration.name)));
property.getter = new AST.Getter(node, jsDoc.description, jsDoc.typeAnnotation, false);
property.setter = new AST.Setter(node, jsDoc.description, jsDoc.typeAnnotation, false);

parent.members[property.name] = property;

Expand Down

0 comments on commit a660506

Please sign in to comment.