Release commit

This commit is contained in:
RainLoop Team 2015-02-17 19:52:33 +04:00
parent 60f7cb3d84
commit 2616b911e1
8 changed files with 7 additions and 9 deletions

View file

@ -261,7 +261,6 @@
}); });
Globals.keyScopeReal.subscribe(function (sValue) { Globals.keyScopeReal.subscribe(function (sValue) {
// window.console.log(sValue); //TODO
key.setScope(sValue); key.setScope(sValue);
}); });

View file

@ -548,7 +548,6 @@
*/ */
Utils.delegateRun = function (oObject, sMethodName, aParameters, nDelay) Utils.delegateRun = function (oObject, sMethodName, aParameters, nDelay)
{ {
// window.console.log('->' + sMethodName); // TODO
if (oObject && oObject[sMethodName]) if (oObject && oObject[sMethodName])
{ {
nDelay = Utils.pInt(nDelay); nDelay = Utils.pInt(nDelay);

1
dev/External/ko.js vendored
View file

@ -132,7 +132,6 @@
{ {
Globals.aBootstrapDropdowns.push($(oElement)); Globals.aBootstrapDropdowns.push($(oElement));
// ko.utils.domNodeDisposal.addDisposeCallback(oElement, function () { // ko.utils.domNodeDisposal.addDisposeCallback(oElement, function () {
// // TODO
// }); // });
} }
} }

View file

@ -41,7 +41,6 @@
AbstractModel.prototype.onDestroy = function () AbstractModel.prototype.onDestroy = function ()
{ {
Utils.disposeObject(this); Utils.disposeObject(this);
// window.console.log('onDestroy: ' + this.sModelName); // TODO
}; };
module.exports = AbstractModel; module.exports = AbstractModel;

View file

@ -467,7 +467,7 @@
_.delay(function () { _.delay(function () {
Globals.$html.removeClass('rl-started-trigger').addClass('rl-started'); Globals.$html.removeClass('rl-started-trigger').addClass('rl-started');
}, 50); }, 100);
_.delay(function () { _.delay(function () {
Globals.$html.addClass('rl-started-delay'); Globals.$html.addClass('rl-started-delay');

View file

@ -17,8 +17,10 @@
0% {background-position: 0 0;} 100% {background-position: 60px 0;} 0% {background-position: 0 0;} 100% {background-position: 60px 0;}
} }
html.rl-started-trigger.no-mobile .b-login-content .loginFormWrapper { html.csstransitions.rl-started-trigger.no-mobile .b-login-content .loginFormWrapper {
/*transform: scale(1.1);*/
transform: translateY(-20px); transform: translateY(-20px);
opacity: 0.5;
} }
/*html.rl-started-trigger.no-mobile #rl-content { /*html.rl-started-trigger.no-mobile #rl-content {

View file

@ -826,11 +826,11 @@
}); });
key('ctrl+left, command+left', Enums.KeyState.MessageView, function () { key('ctrl+left, command+left', Enums.KeyState.MessageView, function () {
return false; // TODO return false;
}); });
key('ctrl+right, command+right', Enums.KeyState.MessageView, function () { key('ctrl+right, command+right', Enums.KeyState.MessageView, function () {
return false; // TODO return false;
}); });
}; };

View file

@ -2,7 +2,7 @@
"name": "RainLoop", "name": "RainLoop",
"title": "RainLoop Webmail", "title": "RainLoop Webmail",
"version": "1.8.1", "version": "1.8.1",
"release": "261", "release": "262",
"description": "Simple, modern & fast web-based email client", "description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net", "homepage": "http://rainloop.net",
"main": "gulpfile.js", "main": "gulpfile.js",