Skip to content

Commit fa7ae85

Browse files
committed
add semicolon
1 parent d280391 commit fa7ae85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SunSpider/date-format-tofte.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ Date.prototype.formatDate = function (input,time) {
289289
// this is our way of allowing users to escape stuff
290290
ia.splice(ij,1);
291291
} else {
292-
var formatter = formatters[ia[ij]]
292+
var formatter = formatters[ia[ij]];
293293
if (formatter) {
294-
ia[ij] = formatter()
294+
ia[ij] = formatter();
295295
}
296296
}
297297
ij++;

0 commit comments

Comments
 (0)