Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 11, 2014
1 parent ddf230b commit b92c522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
if(location.search.indexOf('cov') === -1) {
document.write('<script src="../dist/domtastic.js"><\/script>')
} else {
document.write('<script src="../dist/domtastic.instrumented.js"><\/script>')
document.write('<script src="../dist/domtastic.instrumented.js"><\/script>');
}
</script>

Expand Down
2 changes: 1 addition & 1 deletion test/spec/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ describe('events', function() {
expect(spy.firstCall.args[0].detail).to.equal(eventData);
});

it('should be able send non-bubbling events', function() {
it('should be able to send non-bubbling events', function() {
var element = $(document.body),
eventType = getRndStr();
element.on(eventType, spy);
Expand Down

0 comments on commit b92c522

Please sign in to comment.