diff --git a/pixastic.jquery.js b/pixastic.jquery.js index 3376b51..c71bfcf 100755 --- a/pixastic.jquery.js +++ b/pixastic.jquery.js @@ -17,7 +17,6 @@ if (typeof jQuery != "undefined" && jQuery && jQuery.fn) { } else { var res = Pixastic.process(this, action, options); } - var res = Pixastic.process(this, action, options); if (res) { newElements.push(res); }