@@ -252,8 +252,6 @@ ZoomBehavior.create = function (options) {
applyZoomAndPan();
}
functiondoZoom(){
if(deltaY!=0){
varmaxDelta=10;
...
...
@@ -284,4 +282,99 @@ ZoomBehavior.create = function (options) {
returnzoom;
}
if(typeof(Q)=="undefined"){
varQ=function(){
};
Q.copy=function(src,target,options,depth){
///<summary>Copies an object into a target object, recursively cloning any object or array in the way, overwrite=true will overwrite a primitive field value even if exists</summary>