Skip to content

Commit 5f35e68

Browse files
author
Steven Truesdell
committed
Merge branch '1.4'
* 1.4: Fixes using ES6 by mistake. Adds zip to the repo.
2 parents a03e208 + 59e0a45 commit 5f35e68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/retina-1.4.0.zip

3.48 KB
Binary file not shown.

test/retina.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Retina', function() {
99
before(function() {
1010
// stub out the getElementsByTagName method
1111
global.document = {
12-
getElementsByTagName() {
12+
getElementsByTagName: function() {
1313
return [];
1414
}
1515
}

0 commit comments

Comments
 (0)