From 128cd2f5c0d8d7f43819f33164c3b7472778eece Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 16 Sep 2011 15:13:27 +0000 Subject: gfse: add Extra and Lexicon to the list of resource modules that can be opened --- src/editor/simple/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor/simple/editor.js') diff --git a/src/editor/simple/editor.js b/src/editor/simple/editor.js index 64efd4ab1..78867ec3d 100644 --- a/src/editor/simple/editor.js +++ b/src/editor/simple/editor.js @@ -496,7 +496,7 @@ function draw_concrete(g,i) { ]) } -var rgl_modules=["Paradigms","Syntax"]; +var rgl_modules=["Paradigms","Syntax","Lexicon","Extra"]; function add_open(ci) { return function (g,el) { -- cgit v1.2.3