don't drop values onto the window

This commit is contained in:
ansuz 2016-06-23 16:38:40 +02:00
parent ca45e3533d
commit 12bbf3e8f6
1 changed files with 2 additions and 2 deletions

View File

@ -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); };