From 56af6ac8c7b24b0c4a65d6c179e26e9070a93a3f Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 7 Oct 2014 16:22:48 +0200 Subject: [PATCH] removed support function --- lib/timeline/Range.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/timeline/Range.js b/lib/timeline/Range.js index 3396b356..40fa7dc3 100644 --- a/lib/timeline/Range.js +++ b/lib/timeline/Range.js @@ -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] + "
"; - } - - } - return str; -} - /** * Helper function to calculate the center date for zooming * @param {{x: Number, y: Number}} pointer