phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/geo/openlayers/Collection.js

9 lines
303 B
JavaScript
Raw Normal View History

2012-06-19 02:07:43 +00:00
//>>built
define("dojox/geo/openlayers/Collection",["dojo/_base/kernel","dojo/_base/declare","dojox/geo/openlayers/Geometry"],function(_1,_2,_3){
return _2("dojox.geo.openlayers.Collection",_3,{setGeometries:function(g){
this.coordinates=g;
},getGeometries:function(){
return this.coordinates;
}});
});