Skip to content

Commit

Permalink
chore(all): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 7, 2016
1 parent 42e0d2d commit efb8625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/nodejs-global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ declare namespace NodeJS {
DOM: any;
PLATFORM: any;
FEATURE: any;
}
};
}
}
}
4 changes: 2 additions & 2 deletions src/polyfills/jsdom-whole-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ export function polyfillWholeText() {
enumerable: true,
configurable: true
});
})
}
});
}

0 comments on commit efb8625

Please sign in to comment.