local jQuery again

This commit is contained in:
remy 2011-05-23 21:13:55 +02:00
parent b12359a95a
commit 9c798e7d45

View File

@ -161,7 +161,7 @@ function Inliner(url, options, callback) {
get(url, function (html) {
// console.log(html.replace(/^\s*/g, ''), 'test');
jsdom.env(html, '', [
'http://code.jquery.com/jquery.min.js'
__dirname + '/jquery.min.js'
], function(errors, window) {
// remove jQuery that was included with jsdom
window.$('script:last').remove();