Make customized translations more maintainable

This commit is contained in:
yflory
2018-10-15 18:38:41 +02:00
parent 7d0d8352bf
commit 9f0398826d
23 changed files with 7076 additions and 6765 deletions

View File

@@ -1,5 +1,5 @@
define([
'/common/treesome.js',
'/common/cursor-treesome.js',
'/bower_components/rangy/rangy-core.min.js'
], function (Tree, Rangy) {
var verbose = function (x) { if (window.verboseMode) { console.log(x); } };