fixed indents

This commit is contained in:
Baris Usakli
2013-06-20 16:48:17 -04:00
parent 64a9e5844d
commit 9309722898
18 changed files with 342 additions and 343 deletions

View File

@@ -12,8 +12,8 @@
function addCommasToNumbers() {
$('.formatted-number').each(function(index, element) {
$(element).html(app.addCommas($(element).html()));
});
$(element).html(app.addCommas($(element).html()));
});
}
jQuery('document').ready(function() {