From 68abe8507a2f2ee6b2980cf76ff17f76a3bc7ca1 Mon Sep 17 00:00:00 2001 From: Yihang Ho Date: Tue, 13 Jan 2015 20:45:01 +0800 Subject: [PATCH] Fix spacing in index.html --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index a377c612..9e05ed68 100644 --- a/index.html +++ b/index.html @@ -196,8 +196,7 @@ console.log(addResult);

> See all themes

Setting the Programming Language Mode

By default, the editor supports plain text mode. All other language modes are available as separate modules, loaded on demand like this:

-
editor.getSession().setMode("ace/mode/javascript");
-                            
+
editor.getSession().setMode("ace/mode/javascript");