Sha256: 29f8cc31c1048eb17f50e63b2fd0d60be43f462712929b693777bc356e0a986d

Contents?: true

Size: 253 Bytes

Versions: 4

Compression:

Stored size: 253 Bytes

Contents

//>>built
define("dojox/geo/openlayers/LineString",["dojo/_base/declare","./Geometry"],function(_1,_2){
return _1("dojox.geo.openlayers.LineString",_2,{setPoints:function(p){
this.coordinates=p;
},getPoints:function(){
return this.coordinates;
}});
});

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/javascripts/dojox/geo/openlayers/LineString.js
dojox-rails-0.13.0 vendor/assets/javascripts/dojox/geo/openlayers/LineString.js
dojox-rails-0.12.0 vendor/assets/javascripts/dojox/geo/openlayers/LineString.js
dojox-rails-0.11.0 vendor/assets/javascripts/geo/openlayers/LineString.js