From cb02aad1f78ef4df4e23f122ce83cac413422765 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 19 Feb 2014 00:46:52 +0000 Subject: [PATCH] Mention locale editor methods in svg-editor.js git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2708 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 2c1d6e1c..2c6be1ba 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -213,6 +213,7 @@ TO-DOS /** * EDITOR PUBLIC METHODS + * locale.js also adds "putLang" and "readLang" as editor methods * @todo Sort these methods per invocation order, ideally with init at the end * @todo Prevent execution until init executes if dependent on it? */