browserify -> webpack

Code refactoring
This commit is contained in:
RainLoop Team 2014-09-05 02:49:03 +04:00
parent 542c46b654
commit 27d4bd74ad
138 changed files with 27231 additions and 32424 deletions

View file

@ -1,5 +1,5 @@
(function (module, require) {
(function () {
'use strict';
@ -25,4 +25,4 @@
module.exports = MailBoxSystemDropDownViewModel;
}(module, require));
}());