remove unused diff and diffABS functions from OpenLayers.Pixel
git-svn-id: http://svn.openlayers.org/trunk/openlayers@129 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -29,7 +29,7 @@ OpenLayers.Icon.prototype = {
|
||||
this.offset = offset;
|
||||
if (offset == null) {
|
||||
// default offset
|
||||
this.offset = new OpenLayers.Pixel(size.w / 2, size.h);
|
||||
this.offset = new OpenLayers.Pixel(-(size.w / 2), -size.h);
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user