Skip to content

Commit 0dbe56a

Browse files
committed
Adding newlines to files missing them
Signed-off-by: Rein Henrichs <[email protected]>
1 parent 296cee5 commit 0dbe56a

3 files changed

+3
-3
lines changed

jquery.ui.autocomplete.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ ul.jq-ui-autocomplete li {
1919
ul.jq-ui-autocomplete li.active {
2020
background-color: #3875d7;
2121
color: #fff;
22-
}
22+
}

jquery.ui.autocomplete.ext.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
return { template: function(obj) { return template(obj); } };
2626
};
2727

28-
})(jQuery);
28+
})(jQuery);

jquery.ui.autocomplete.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@
137137
});
138138
};
139139

140-
})(jQuery);
140+
})(jQuery);

0 commit comments

Comments
 (0)