1
0
Fork 0

Typo caught my eye in comment

closure/master
Mike Gerwitz 2011-03-23 21:03:19 -04:00
parent e4f70be6ae
commit 2388d8f4d3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ exports.freeze = function( obj )
* normal manner when use of Object.defineProperty() is requested * normal manner when use of Object.defineProperty() is requested
* *
* This will be set by default if the JS engine does not support the * This will be set by default if the JS engine does not support the
* Object.defineProperty method from EcmaScript 5. * Object.defineProperty method from ECMAScript 5.
* *
* @param {boolean=} val value, if used as setter * @param {boolean=} val value, if used as setter
* *