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 */
var prototye = {
var prototype = {
/** document me */
valueOf: function(){}
}
};
/**
This is Object
@namespace Object
*/
* This is Object
* @namespace Object
*/
/**
This is Object.hasOwnProperty
@method Object.hasOwnProperty
* This is Object.hasOwnProperty
* @method Object.hasOwnProperty
*/
// NOTE: you can't document a prototype of an object in JSDoc -- seriously, you just can't