Skip to content

Commit

Permalink
fixed misspelled variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-paulson committed Nov 2, 2012
1 parent bf2d38a commit d87532c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jquery.responsive_table_headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var settings = $.extend({
classAttr: 'head',
element: 'h4',
seperator: ': '
separator: ': '
}, options);

var headers = [];
Expand All @@ -26,7 +26,7 @@
settings.classAttr+
'">'+
headers[i]+
settings.seperator+
settings.separator+
'</'+
settings.element+
'>'
Expand Down
2 changes: 1 addition & 1 deletion jquery.responsive_table_headers.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d87532c

Please sign in to comment.