added jshint

This commit is contained in:
kayone
2013-11-10 20:09:11 -08:00
parent 9536c6c1bb
commit 47d924cff3
30 changed files with 177 additions and 127 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ define(
return '';
}
return input.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
return input.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
}
}
};
});