Minor formatting.

This commit is contained in:
Alexander Ljungberg
2014-11-26 11:07:48 +00:00
parent 07c0de71ec
commit e9f73cbb45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if (!Object.create)
// This is for IE8 support. It doesn't have the Object.keys function.
if (!Object.keys)
{
Object.keys = (function ()
Object.keys = (function()
{
var hasOwnProperty = Object.prototype.hasOwnProperty,
hasDontEnumBug = !({toString: null}).propertyIsEnumerable('toString'),
+1 -1
View File
@@ -161,7 +161,7 @@
if (!this.JSON) {
JSON = {};
}
(function () {
(function() {
function f(n) {
// Format integers to have at least two digits.