Skip to content

Commit

Permalink
Use old JSDOM API
Browse files Browse the repository at this point in the history
  • Loading branch information
adunning committed May 10, 2018
1 parent c9d7807 commit b5f8aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-app/dezoomify-node.js
@@ -1,5 +1,5 @@
"use strict";
var jsdom = require("jsdom");
var jsdom = require("jsdom/lib/old-api.js");
var Canvas = require("canvas");
var request = require("request");
var fs = require("fs");
Expand Down

0 comments on commit b5f8aac

Please sign in to comment.