UNPKG

retina-dom-to-image

Version:

A fork of the dom-to-image library that outputs an image for higher DPI screens

19 lines (15 loc) 240 B
define([ "../ajax" ], function( jQuery ) { jQuery._evalUrl = function( url ) { return jQuery.ajax({ url: url, type: "GET", dataType: "script", async: false, global: false, "throws": true }); }; return jQuery._evalUrl; });