Skip to content

Commit b01a179

Browse files
committed
rename mailComposer to mailcomposer
1 parent cc5c0c3 commit b01a179

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/firemail.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
// AMD shim
1919
(function(root, factory) {
2020
if (typeof define === 'function' && define.amd) {
21-
define(['../../mailComposer', './smtpClient/smtpClient'], factory);
21+
define(['../../mailcomposer', './smtpClient/smtpClient'], factory);
2222
} else {
23-
root.firemail = factory(root.mailComposer, root.smtpClient);
23+
root.firemail = factory(root.mailcomposer, root.smtpClient);
2424
}
25-
}(this, function(mailComposer, smtpClient) {
25+
}(this, function(mailcomposer, smtpClient) {
2626

2727
"use strict";
2828

@@ -64,7 +64,7 @@
6464
/**
6565
* MailComposer object
6666
*/
67-
this._composer = mailComposer();
67+
this._composer = mailcomposer();
6868

6969
// Setup MailComposer events
7070
this._composer.ondata = this._composerOnData.bind(this);

0 commit comments

Comments
 (0)