Skip to content

Commit

Permalink
tsayen#65 do not use const
Browse files Browse the repository at this point in the history
  • Loading branch information
tsayen committed Nov 8, 2016
1 parent 831c8ac commit 761af97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dom-to-image.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@

describe('inliner', function () {

const NO_BASE_URL = null;
var NO_BASE_URL = null;

it('should parse urls', function () {
var parse = domtoimage.impl.inliner.impl.readUrls;
Expand Down

0 comments on commit 761af97

Please sign in to comment.