Changeset 622 for trunk/js


Ignore:
Timestamp:
Feb 15, 2018 12:31:38 PM (6 years ago)
Author:
anonymous
Message:

Add Email() sandbox mode. Add Email->send() test. Fix minor bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/js/Msg.js

    r617 r622  
    5656        // Warn if the target doesn't exist.
    5757        if (!$(options.container).length) {
    58             console.warn('Strangecode.Msg container not found: ' + this.o.container);
     58            console.warn('Strangecode.Msg container not found: ' + options.container);
    5959        }
    6060    });
Note: See TracChangeset for help on using the changeset viewer.