Ignore:
Timestamp:
04/16/13 13:54:41 (12 years ago)
Author:
tbretz
Message:
Fixed a typo and correctly document subject as constant
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/doc/Mail.js

    r15357 r15359  
    2727 *     mail.attachments.push("logfile.txt");
    2828 *     // or for several attachments
    29  *     mail.attachments.pus("logfile1.txt", "logfile2.txt");
     29 *     mail.attachments.push("logfile1.txt", "logfile2.txt");
    3030 *
    3131 *     // The text of the message is set in the property text...
     
    4848     *
    4949     * @type String
     50     * @constant
    5051     */
    5152    this.subject = subject;
Note: See TracChangeset for help on using the changeset viewer.