Additional Testing

This commit is contained in:
Chinmay Pandhare
2017-07-11 08:28:19 +05:30
parent fdf3d140ac
commit fca24f8f8f
6 changed files with 123 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
function ReplaceImage(ref,selector,steps,options) {
if(!ref.options.inBrowser) return; // This isn't for Node.js
if(!ref.options.inBrowser) return false; // This isn't for Node.js
this_ = ref;
var input = document.querySelectorAll(selector);
var images = [];