Skip to content

Commit

Permalink
.noConflict() compliance: only reference $, not jQuery, inside the cl…
Browse files Browse the repository at this point in the history
…osure
  • Loading branch information
jgoldberg committed Jul 17, 2012
1 parent 590d78f commit 5fc6af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.qrcode.js
Expand Up @@ -83,7 +83,7 @@

return this.each(function(){
var element = options.render == "canvas" ? createCanvas() : createTable();
jQuery(element).appendTo(this);
$(element).appendTo(this);
});
};
})( jQuery );

0 comments on commit 5fc6af9

Please sign in to comment.