fix typo; cleanup

This commit is contained in:
Jeff Williams 2014-03-27 14:42:54 -07:00
parent a2512832a7
commit 65b2fd6499

View File

@ -5,19 +5,19 @@ var constructor = {
}; };
/** @namespace */ /** @namespace */
var prototye = { var prototype = {
/** document me */ /** document me */
valueOf: function(){} valueOf: function(){}
} };
/** /**
This is Object * This is Object
@namespace Object * @namespace Object
*/ */
/** /**
This is Object.hasOwnProperty * This is Object.hasOwnProperty
@method Object.hasOwnProperty * @method Object.hasOwnProperty
*/ */
// NOTE: you can't document a prototype of an object in JSDoc -- seriously, you just can't // NOTE: you can't document a prototype of an object in JSDoc -- seriously, you just can't