Skip to content

Commit

Permalink
Update formatting of state.es
Browse files Browse the repository at this point in the history
  • Loading branch information
snuggs committed Apr 20, 2017
1 parent eaea75a commit a51d4dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions state.es
Expand Up @@ -29,9 +29,10 @@ function State

for (property in context)
Object.defineProperty
// http://www.ecma-international.org/ecma-262/5.1/#sec-15.2.3.6
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperties
(this, property, describe (property))

// http://www.ecma-international.org/ecma-262/5.1/#sec-15.2.3.6
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperties
}

0 comments on commit a51d4dd

Please sign in to comment.