From 12bbf3e8f6489dfc3aab04927c5207e66eceddf3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 23 Jun 2016 16:38:40 +0200 Subject: [PATCH] don't drop values onto the window --- www/common/cursor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/common/cursor.js b/www/common/cursor.js index 1e7ae9a36..7614e44c4 100644 --- a/www/common/cursor.js +++ b/www/common/cursor.js @@ -2,8 +2,8 @@ define([ '/common/treesome.js', '/bower_components/rangy/rangy-core.min.js' ], function (Tree, Rangy, saveRestore) { - window.Rangy = Rangy; - window.Tree = Tree; + //window.Rangy = Rangy; + //window.Tree = Tree; // do some function for the start and end of the cursor var log = function (x) { console.log(x); };