Browse Source

fix typo (again...)

contingency-plan
Rich-Harris 10 years ago
parent
commit
0c86c2275d
  1. 2
      src/Statement.js

2
src/Statement.js

@ -236,7 +236,7 @@ export default class Statement {
}
mark () {
if ( this.included ) return; // prevent infinite loops
if ( this.isIncluded ) return; // prevent infinite loops
this.isIncluded = true;
const dependencies = Object.keys( this.dependsOn );

Loading…
Cancel
Save