[Timeline] Increase maximum zoom level

#936
This commit is contained in:
Victor Woeltjen 2016-05-23 15:36:26 -07:00
parent f35947361c
commit 0818a7cda0

View File

@ -127,7 +127,16 @@ define([
14400000,
28800000,
43200000,
86400000
86400000,
86400000 * 2,
86400000 * 5,
86400000 * 10,
86400000 * 20,
86400000 * 30,
86400000 * 60,
86400000 * 120,
86400000 * 240,
86400000 * 365
],
"width": 200
}