From 231d5e78dea7119dc1369b81344ac64152955034 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 20 Apr 2010 17:16:46 +0200 Subject: [PATCH] rename TextDocument to document --- demo/editor.html | 8 +-- src/{TextDocument.js => Document.js} | 78 ++++++++++++++-------------- src/Editor.js | 2 +- test/ChangeDocumentTest.js | 4 +- test/NavigationTest.js | 2 +- test/SelectionTest.js | 20 +++---- test/TextDocumentTest.js | 16 +++--- test/TextEditTest.js | 32 ++++++------ test/mode/CssTest.js | 2 +- test/mode/JavaScriptTest.js | 6 +-- test/mode/TextTest.js | 2 +- test/mode/XmlTest.js | 2 +- 12 files changed, 87 insertions(+), 87 deletions(-) rename src/{TextDocument.js => Document.js} (77%) diff --git a/demo/editor.html b/demo/editor.html index 1dc1bc8b..11e53d7f 100644 --- a/demo/editor.html +++ b/demo/editor.html @@ -53,7 +53,7 @@ - + @@ -140,11 +140,11 @@