Skip to content

Commit

Permalink
Adding newlines to files missing them
Browse files Browse the repository at this point in the history
Signed-off-by: Rein Henrichs <reinh@reinh.com>
  • Loading branch information
reinh committed Jan 2, 2008
1 parent 296cee5 commit 0dbe56a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jquery.ui.autocomplete.css
Expand Up @@ -19,4 +19,4 @@ ul.jq-ui-autocomplete li {
ul.jq-ui-autocomplete li.active { ul.jq-ui-autocomplete li.active {
background-color: #3875d7; background-color: #3875d7;
color: #fff; color: #fff;
} }
2 changes: 1 addition & 1 deletion jquery.ui.autocomplete.ext.js
Expand Up @@ -25,4 +25,4 @@
return { template: function(obj) { return template(obj); } }; return { template: function(obj) { return template(obj); } };
}; };


})(jQuery); })(jQuery);
2 changes: 1 addition & 1 deletion jquery.ui.autocomplete.js
Expand Up @@ -137,4 +137,4 @@
}); });
}; };


})(jQuery); })(jQuery);

0 comments on commit 0dbe56a

Please sign in to comment.