1
0
Fork 0
forked from 0x2620/oxjs

add zoom to mouse position when using scrollwheel

This commit is contained in:
rlx 2011-04-20 22:42:09 +00:00
commit 02a3b5c6a1
4 changed files with 269 additions and 64 deletions

View file

@ -16,7 +16,7 @@ $(function() {
{name: 'American Civil War', start: new Date('1861-04-12'), stop: new Date('1865-04-10')},
{name: 'Franco-Prussian War', start: new Date('1870-07-19'), stop: new Date('1871-05-11')},
{name: 'Paris Commune', start: new Date('1871-03-18'), stop: new Date('1871-05-29')},
{name: '20th century', start: new Date('1900-01-01'), stop: new Date('2000-01-01')},
{name: '20th century', start: new Date('1900'), stop: new Date('2000')},
{name: 'World War One', start: new Date('1914-07-28'), stop: new Date('1918-11-12')},
{name: 'Russian Revolution', start: new Date('1917'), stop: new Date('1918')},
{name: 'October Revolution', start: new Date('1917-11-07'), stop: new Date('1917-11-09')},