Fix indentation of JS files.

This commit is contained in:
marco
2015-07-23 13:52:24 +02:00
parent 95ee1902c3
commit a14134eb35

View File

@ -1,6 +1,6 @@
jQuery(function($) { jQuery(function($) {
// dom ready // dom ready
$(function() { $(function() {
}); });
}); });