mirror of
https://github.com/shadowfacts/type.git
synced 2025-01-07 10:14:17 +00:00
Merge branch 'master' of github.com:shadowfacts/type
This commit is contained in:
commit
a71f5cce4d
@ -530,7 +530,11 @@ function saveCursor(obj) {
|
||||
}
|
||||
|
||||
function loadElapsedTime(obj) {
|
||||
elapsedTime = obj.elapsedTime;
|
||||
if (obj && obj.elapsedTime) {
|
||||
elapsedTime = obj.elapsedTime;
|
||||
} else {
|
||||
elapsed = 0;
|
||||
}
|
||||
}
|
||||
|
||||
function saveElapsedTime(obj) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user