Skip to content

Commit

Permalink
Revert "Fixing some whitespaces."
Browse files Browse the repository at this point in the history
This reverts commit e2fdee9.
  • Loading branch information
cpojer committed Jul 21, 2010
1 parent bdff3b6 commit bfc2d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Core.js
Expand Up @@ -265,8 +265,8 @@ force('String', String, [
])('Function', Function, [
'apply', 'call'
])('Object', Object, [
'create', 'defineProperty', 'defineProperties', 'getPrototypeOf', 'keys', 'seal', 'freeze',
'getOwnPropertyDescriptor', 'getOwnPropertyNames'
'create', 'defineProperty', 'defineProperties', 'getPrototypeOf','keys', 'seal', 'freeze',
'getOwnPropertyDescriptor', 'getOwnPropertyNames'
])('RegExp', RegExp, ['exec', 'test'])('Date', Date, ['now']);

Date.extend('now', function(){
Expand Down

0 comments on commit bfc2d65

Please sign in to comment.