Commit a56ca172 authored by Jacob Schatz's avatar Jacob Schatz

Fixes ` Infix operators must be spaced space-infix-ops`.

parent e73cfbd4
......@@ -179,7 +179,7 @@ class DueDateSelectors {
}
});
calendar.setDate(new Date(y, m-1, d));
calendar.setDate(new Date(y, m - 1, d));
$datePicker.data('pikaday', calendar);
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment