don't drop values onto the window
This commit is contained in:
parent
ca45e3533d
commit
12bbf3e8f6
@ -2,8 +2,8 @@ define([
|
|||||||
'/common/treesome.js',
|
'/common/treesome.js',
|
||||||
'/bower_components/rangy/rangy-core.min.js'
|
'/bower_components/rangy/rangy-core.min.js'
|
||||||
], function (Tree, Rangy, saveRestore) {
|
], function (Tree, Rangy, saveRestore) {
|
||||||
window.Rangy = Rangy;
|
//window.Rangy = Rangy;
|
||||||
window.Tree = Tree;
|
//window.Tree = Tree;
|
||||||
// do some function for the start and end of the cursor
|
// do some function for the start and end of the cursor
|
||||||
|
|
||||||
var log = function (x) { console.log(x); };
|
var log = function (x) { console.log(x); };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user