fixed some jshint issues.

This commit is contained in:
kay.one 2013-03-30 12:33:41 -07:00
commit c55c56f322
4 changed files with 8 additions and 5 deletions

View file

@ -1,3 +1,6 @@
"use strict";
//TODO: global function, not good!
function bestDateString(sourceDate) {
if (!sourceDate) {
return '';