Browse Source

remove unused check

contingency-plan
Rich Harris 10 years ago
parent
commit
5a548049bf
  1. 3
      src/Statement.js

3
src/Statement.js

@ -206,8 +206,7 @@ export default class Statement {
}
expand () {
if ( this.isIncluded ) return emptyArrayPromise; // TODO can this happen?
this.isIncluded = true;
this.isIncluded = true; // prevent statement being included twice
let result = [];

Loading…
Cancel
Save