From 67556f0e0a43840122a69aa0817783beed242179 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 14 Apr 2014 21:53:51 +0800 Subject: [PATCH] Update v1.0.1 --- jquery.flip-quote.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);