1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/js/controller/write.js

7 lines
100 B
JavaScript
Raw Normal View History

2013-09-11 16:11:26 -04:00
define(function() {
'use strict';
var WriteCtrl = function() {};
return WriteCtrl;
});