diff webapp/src/main/webapp/jquery/jquery.digilib.geometry.js @ 1128:fcafcc8996be

css validates now (no more directx filter). removed superfluous comma (js runs but ie6 still not really happy :-)
author robcast
date Fri, 09 Nov 2012 19:48:04 +0100
parents efe4b0f18cf8
children 3b5968aeefac
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.geometry.js	Fri Nov 09 18:55:46 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.geometry.js	Fri Nov 09 19:48:04 2012 +0100
@@ -130,7 +130,7 @@
         that.getAsCss = function() {
             return {
                 left : this.x,
-                top : this.y,
+                top : this.y
             };
         };
         that.toString = function() {