Added class properties jsdoc.
This commit is contained in:
parent
8d851e8b5f
commit
6de9645f45
|
@ -14,15 +14,11 @@ var properties = {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Email Model.
|
* @property {String} to Email addressee. Required.
|
||||||
*
|
* @property {String} from Email sender address. Required.
|
||||||
* **Properties**
|
* @property {String} subject Email subject string. Required.
|
||||||
*
|
* @property {String} text Text body of email.
|
||||||
* - `to` - String (required)
|
* @property {String} html HTML body of email.
|
||||||
* - `from` - String (required)
|
|
||||||
* - `subject` - String (required)
|
|
||||||
* - `text` - String
|
|
||||||
* - `html` - String
|
|
||||||
*
|
*
|
||||||
* @class
|
* @class
|
||||||
* @inherits {Model}
|
* @inherits {Model}
|
||||||
|
|
Loading…
Reference in New Issue