Browse Source

removed support function

v3_develop
Alex de Mulder 10 years ago
parent
commit
56af6ac8c7
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      lib/timeline/Range.js

+ 0
- 11
lib/timeline/Range.js View File

@ -554,17 +554,6 @@ Range.prototype._onPinch = function (event) {
}
};
function printObject(obj) {
var str = ""
for (var idx in obj) {
if (obj.hasOwnProperty(idx)) {
str += idx + ":" + obj[idx] + " <br>";
}
}
return str;
}
/**
* Helper function to calculate the center date for zooming
* @param {{x: Number, y: Number}} pointer

Loading…
Cancel
Save