1
0
forked from GitHub/gf-core

minibar/syntax editor integration improvements

Work in progress on preserving the start category and selected target languages
when switching between the minibar and the syntax editor.
This commit is contained in:
hallgren
2013-04-04 14:04:31 +00:00
parent a22a419bc7
commit 3c244ff27f
7 changed files with 56 additions and 37 deletions
-1
View File
@@ -90,7 +90,6 @@ Input.prototype.change_language=function () {
}
Input.prototype.set_input_for=function(grammar_url,initial) {
var t=this
var local=mi_local(grammar_url)
local.put("from",initial.from)
local.put("current",{from:initial.from,input:initial.input})