From 4183ced2d8305b09e6d6c71194c4b1b9290db70e Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Mon, 4 Nov 2013 00:48:36 +0900 Subject: [PATCH] Remove using jstimer from animationManager.js. --- modules/lib/animationManager.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/lib/animationManager.js b/modules/lib/animationManager.js index f88c2ebf..a9d97b4e 100644 --- a/modules/lib/animationManager.js +++ b/modules/lib/animationManager.js @@ -25,8 +25,6 @@ http://github.com/piroor/fxaddonlibs/blob/master/animationManager.js */ -/* To work as a JS Code Module (*require jstimer.jsm) - http://github.com/piroor/fxaddonlibs/blob/master/jstimer.jsm */ if (typeof window == 'undefined' || (window && typeof window.constructor == 'function')) { this.EXPORTED_SYMBOLS = ['animationManager']; @@ -41,8 +39,6 @@ if (typeof window == 'undefined' || catch(e) { window = {}; } - if (!('setInterval' in window)) - Components.utils.import('resource://treestyletab-modules/lib/jstimer.jsm', window); } (function() {