diff --git a/jquery.flip-quote.js b/jquery.flip-quote.js index d66696f..ff2a486 100644 --- a/jquery.flip-quote.js +++ b/jquery.flip-quote.js @@ -1,5 +1,5 @@ /* - * jquery.flip-quote.js v1.0.0, jQuery Flip-Quote + * jquery.flip-quote.js v1.0.1, jQuery Flip-Quote * * Copyright 2014 Mark Serbol. * Use, reproduction, distribution, and modification of this code is subject to the terms and @@ -43,8 +43,8 @@ container.addClass('fQ_container').css({'font-size': opts.fontSize}); - frontFace = $('
', {class: 'fQ_front', html:''+ text +''}); - backFace = $('
', {class: 'fQ_back'}); + frontFace = $('
', {'class': 'fQ_front', html:''+ text +''}); + backFace = $('
', {'class': 'fQ_back'}); frontFace.add(backFace).appendTo(container) .css({ @@ -135,4 +135,4 @@ }); } -})(jQuery); \ No newline at end of file +})(jQuery);