Code refactoring

This commit is contained in:
RainLoop Team 2014-09-01 20:05:32 +04:00
parent 759327527f
commit fa795947cf
29 changed files with 478 additions and 890 deletions

View file

@ -10,7 +10,6 @@
_ = require('_'),
ko = require('ko'),
moment = require('moment'),
$win = require('$win'),
JSON = require('JSON'),
Jua = require('Jua'),
@ -1055,7 +1054,7 @@
return false;
});
$win.on('resize', function () {
Globals.$win.on('resize', function () {
self.triggerForResize();
});