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($) {
// dom ready
$(function() {
// dom ready
$(function() {
});
});
});
});