mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Minor formatting.
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
if (!this.JSON) {
|
||||
JSON = {};
|
||||
}
|
||||
(function () {
|
||||
(function() {
|
||||
|
||||
function f(n) {
|
||||
// Format integers to have at least two digits.
|
||||
|
||||
Reference in New Issue
Block a user