Skip to content

Commit acf69e2

Browse files
author
Chris K
committed
Run cleanrepo.
1 parent b5b3d29 commit acf69e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/datenamespace.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* Local ISO strings, currently needed as datetime-local input values
33
* http://dev.w3.org/html5/markup/input.datetime-local.html#input.datetime-local.attrs.value
44
*/
@@ -21,4 +21,4 @@ Date.fromLocaleISOString = function(localeISOString)
2121
milliseconds += timezone_offset;
2222
}
2323
return milliseconds;
24-
};
24+
};

0 commit comments

Comments
 (0)