src/cm/media/js/client/c_icomment.js
changeset 217 613b2f29be54
parent 206 38aa907c6479
child 294 c2c262ac1273
--- a/src/cm/media/js/client/c_icomment.js	Wed Mar 10 22:11:12 2010 +0100
+++ b/src/cm/media/js/client/c_icomment.js	Wed Mar 17 23:42:26 2010 +0100
@@ -434,12 +434,6 @@
 		
 		return this.animation ;
 	},
-	setWidth : function(width) {
-		var boundingBoxNode = this.overlay.get('boundingBox') ;
-
-		// POSITION
-	    boundingBoxNode.setStyle("width", width + 'px');
-	},
 	getHeight : function() {
 		return this.overlay.get('boundingBox').get('offsetHeight') ;
 	},