Clean: comment indentation

This commit is contained in:
Fabrice Ecaille
2013-10-30 18:24:01 +01:00
parent 70ace5ae40
commit c7e48ca390
+1 -4
View File
@@ -73,9 +73,6 @@
} }
$.fn.lettering = function() { $.fn.lettering = function() {
return injector( $(this), '', 'char', '' ); // always return injector( $(this), '', 'char', '' ); // always pass an array
// pass
// an
// array
}; };
})(jQuery); })(jQuery);