Skip to content

Commit

Permalink
Merge pull request #64 from enb-bem/issue-61
Browse files Browse the repository at this point in the history
Ported tanker fixes to 1.x
  • Loading branch information
blond committed Aug 4, 2015
2 parents adc0f85 + 2a01110 commit 13b3a63
Show file tree
Hide file tree
Showing 6 changed files with 1,850 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .jscs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
excludeFiles: [
'node_modules',
'exlib',
'coverage',
'exlib/sax.js',
'test/fixtures/*'
],
requireSpaceAfterKeywords: ['if', 'else', 'for', 'while', 'do', 'switch', 'return', 'try', 'catch'],
Expand Down
2 changes: 1 addition & 1 deletion .jshintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
exlib
coverage
exlib/sax.js
test/fixtures
Loading

0 comments on commit 13b3a63

Please sign in to comment.