mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Small fixes
This commit is contained in:
parent
1066af98d4
commit
86dc0c653b
5 changed files with 27 additions and 21 deletions
|
|
@ -7,6 +7,7 @@
|
|||
window = require('window'),
|
||||
_ = require('_'),
|
||||
ko = require('ko'),
|
||||
SimplePace = require('SimplePace'),
|
||||
|
||||
Enums = require('Common/Enums'),
|
||||
Utils = require('Common/Utils'),
|
||||
|
|
@ -263,9 +264,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
if (window.SimplePace)
|
||||
if (SimplePace)
|
||||
{
|
||||
window.SimplePace.set(100);
|
||||
SimplePace.set(100);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue