mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
CommonJS (research/2)
This commit is contained in:
parent
56607de87c
commit
586abbb802
115 changed files with 16201 additions and 9943 deletions
|
|
@ -5,7 +5,8 @@
|
|||
'use strict';
|
||||
|
||||
var
|
||||
ko = require('../External/ko.js')
|
||||
ko = require('../External/ko.js'),
|
||||
LinkBuilder = require('../Common/LinkBuilder.js')
|
||||
;
|
||||
|
||||
/**
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
*/
|
||||
AccountModel.prototype.changeAccountLink = function ()
|
||||
{
|
||||
return RL.link().change(this.email); // TODO cjs
|
||||
return LinkBuilder.change(this.email);
|
||||
};
|
||||
|
||||
module.exports = AccountModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue