Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Core: Fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Mar 11, 2013
1 parent d389a57 commit e5922fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.core.js
Expand Up @@ -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 $( "<div/>" ).text( $( this ).text() ).html();
Expand Down

0 comments on commit e5922fa

Please sign in to comment.