Skip to content

Commit

Permalink
All files should end in trailing newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 1, 2014
1 parent 6a01849 commit 46806e9
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
"test"
]
}

1 change: 1 addition & 0 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
"dependencies": {},
"development": {}
}

1 change: 1 addition & 0 deletions es6-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -1855,3 +1855,4 @@
main(); // CommonJS and <script>
}
})();

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@
"uglify-js": "~2.4.12"
}
}

1 change: 1 addition & 0 deletions test/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,4 @@ describe('polluted Object.prototype', function() {
runArrayTests();
delete Object.prototype[1];
});

1 change: 1 addition & 0 deletions test/browser-onload.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ if (typeof window !== 'undefined') {
handleResults(mocha.run());
};
}

1 change: 1 addition & 0 deletions test/browser-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ if (typeof window !== 'undefined') {
window.assert = chai.assert;
mocha.setup('bdd');
}

1 change: 1 addition & 0 deletions test/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,3 +712,4 @@ describe('Collections', function() {
});
});
});

1 change: 1 addition & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
<div id="mocha"></div>
</body>
</html>

1 change: 1 addition & 0 deletions test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--require test/test_helpers.js

1 change: 1 addition & 0 deletions test/number.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,4 @@ describe('Number', function() {
});
});
});

1 change: 1 addition & 0 deletions test/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ describe('Object', function() {
});
});
});

1 change: 1 addition & 0 deletions test/worker-runner.workerjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ importScripts(
);

postMessage('ready');

1 change: 1 addition & 0 deletions test/worker-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ describe('Worker', function() {
});
}
});

1 change: 1 addition & 0 deletions testling.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
<div id="mocha"></div>
</body>
</html>

0 comments on commit 46806e9

Please sign in to comment.