Found a few comas that cause some browser to misbehave when reading in java scripts. 

Code:
--- class.cmap.js.orig 2011-09-06 16:20:19.459033978 -0400
+++ class.cmap.js 2011-09-06 16:20:24.889663280 -0400
@@ -801,7 +801,7 @@
this.updateIcon();
this.domNode.css({
top: this.data.y + 'px',
- left: this.data.x + 'px',
+ left: this.data.x + 'px'
});
}
Selement.prototype = {
--- class.cmessages.js.orig 2011-09-06 16:21:33.244592527 -0400
+++ class.cmessages.js 2011-09-06 16:22:51.780700911 -0400
@@ -77,7 +77,7 @@
jQuery(this.dom.container).draggable({
handle: [this.dom.caption, this.dom.move], //this.dom.header,
axis: 'y',
- containment: [0,0,0,1600],//'document',
+ containment: [0,0,0,1600]//'document',
});
},
Comment