Skip to content

Commit

Permalink
removed an invalid UTF-8 byte sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCropcho committed Dec 17, 2012
1 parent ec45c72 commit 72861d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extras.js
Expand Up @@ -84,7 +84,7 @@
* Converts the value of the current Date object to its equivalent string representation using a PHP/Unix style of date format specifiers.
*
* The following descriptions are from http://www.php.net/strftime and http://www.php.net/manual/en/function.date.php.
* Copyright © 2001-2008 The PHP Group
* Copyright (c) 2001-2008 The PHP Group
*
* Format Specifiers
<pre>
Expand Down Expand Up @@ -329,4 +329,4 @@
if (!$P.format) {
$P.format = $P.$format;
}
}());
}());

0 comments on commit 72861d0

Please sign in to comment.