mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Release commit
This commit is contained in:
parent
60f7cb3d84
commit
2616b911e1
8 changed files with 7 additions and 9 deletions
|
|
@ -261,7 +261,6 @@
|
|||
});
|
||||
|
||||
Globals.keyScopeReal.subscribe(function (sValue) {
|
||||
// window.console.log(sValue); //TODO
|
||||
key.setScope(sValue);
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -548,7 +548,6 @@
|
|||
*/
|
||||
Utils.delegateRun = function (oObject, sMethodName, aParameters, nDelay)
|
||||
{
|
||||
// window.console.log('->' + sMethodName); // TODO
|
||||
if (oObject && oObject[sMethodName])
|
||||
{
|
||||
nDelay = Utils.pInt(nDelay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue