Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
This fixes #5
  • Loading branch information
staeff committed Jun 13, 2016
1 parent ffae2fb commit 49f2721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jquery.shorten.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
/*
** updated by Jeff Richardson
** Updated to use strict,
** IE 7 has a "bug" It is returning underfined when trying to reference string characters in this format
** IE 7 has a "bug" It is returning undefined when trying to reference string characters in this format
** content[i]. IE 7 allows content.charAt(i) This works fine in all modern browsers.
** I've also added brackets where they werent added just for readability (mostly for me).
** I've also added brackets where they weren't added just for readability (mostly for me).
*/

(function($) {
Expand Down

0 comments on commit 49f2721

Please sign in to comment.