File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
// AMD shim
19
19
( function ( root , factory ) {
20
20
if ( typeof define === 'function' && define . amd ) {
21
- define ( [ '../../mailComposer ' , './smtpClient/smtpClient' ] , factory ) ;
21
+ define ( [ '../../mailcomposer ' , './smtpClient/smtpClient' ] , factory ) ;
22
22
} else {
23
- root . firemail = factory ( root . mailComposer , root . smtpClient ) ;
23
+ root . firemail = factory ( root . mailcomposer , root . smtpClient ) ;
24
24
}
25
- } ( this , function ( mailComposer , smtpClient ) {
25
+ } ( this , function ( mailcomposer , smtpClient ) {
26
26
27
27
"use strict" ;
28
28
64
64
/**
65
65
* MailComposer object
66
66
*/
67
- this . _composer = mailComposer ( ) ;
67
+ this . _composer = mailcomposer ( ) ;
68
68
69
69
// Setup MailComposer events
70
70
this . _composer . ondata = this . _composerOnData . bind ( this ) ;
You can’t perform that action at this time.
0 commit comments