From e5922fa9b879eb413ca860df0f80eeaf5c239cd6 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Mon, 11 Mar 2013 12:12:20 +0200 Subject: [PATCH] Core: Fix comment typo. --- js/jquery.mobile.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index 7b2c7792bc1..13a1f6a03dc 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -308,7 +308,7 @@ define( [ "jquery", "./jquery.mobile.ns", "json!../package.json" ], function( jQ }; // note that this helper doesn't attempt to handle the callback - // or setting of an html elements text, its only purpose is + // or setting of an html element's text, its only purpose is // to return the html encoded version of the text in all cases. (thus the name) $.fn.getEncodedText = function() { return $( "
" ).text( $( this ).text() ).html();