Issue #296 has been fixed

This commit is contained in:
Sergey Bondarenko 2015-03-05 14:41:12 +02:00
parent 5e363b876f
commit cbdf812de8

View File

@ -28,7 +28,7 @@ function mountJQuery(jQuery) {
}
}
return $(this);
return jQuery(this);
});
};
}