comparison webapp/src/main/webapp/jquery/jquery.digilib.arrows.js @ 1000:f7bfc40bffea

IE still doesn't like commas
author hertzhaft
date Mon, 13 Feb 2012 15:30:06 +0100
parents 0b63093d598e
children 1e4f4964e9c2
comparison
equal deleted inserted replaced
999:db78076e7e7e 1000:f7bfc40bffea
20 'buttonSettings' : { 20 'buttonSettings' : {
21 'fullscreen' : { 21 'fullscreen' : {
22 // path to button images (must end with a slash) 22 // path to button images (must end with a slash)
23 'imagePath' : 'img/fullscreen/', 23 'imagePath' : 'img/fullscreen/',
24 'arrowSetSize' : 18, 24 'arrowSetSize' : 18,
25 'arrowSet' : [ "up", "down", "left", "right" ], 25 'arrowSet' : [ "up", "down", "left", "right" ]
26 }, 26 },
27 'embedded' : { 27 'embedded' : {
28 'imagePath' : 'img/embedded/16/', 28 'imagePath' : 'img/embedded/16/',
29 'arrowSetSize' : 9, 29 'arrowSetSize' : 9,
30 'arrowSet' : [ "up", "down", "left", "right" ], 30 'arrowSet' : [ "up", "down", "left", "right" ]
31 } 31 }
32 } 32 }
33 }; 33 };
34 34
35 var buttons = { 35 var buttons = {