Move bidi code under RED.text

This commit is contained in:
Nick O'Leary
2016-08-25 17:09:56 +01:00
parent ccc08be0ee
commit 6ad71bd222
12 changed files with 1395 additions and 1394 deletions

View File

@@ -104,8 +104,8 @@ module.exports = function(grunt) {
"editor/js/settings.js",
"editor/js/user.js",
"editor/js/comms.js",
"editor/js/bidi.js",
"editor/js/format.js",
"editor/js/text/bidi.js",
"editor/js/text/format.js",
"editor/js/ui/state.js",
"editor/js/nodes.js",
"editor/js/history.js",