Use :: to start text templates lookups.
This commit is contained in:
parent
766655b52a
commit
775296bfc9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class App.TextModuleUI extends App.Controller
|
||||||
.find('small')
|
.find('small')
|
||||||
.text("(" + e.keywords + ")").end()
|
.text("(" + e.keywords + ")").end()
|
||||||
element.append(template)
|
element.append(template)
|
||||||
$('textarea').sew({values: values, token: ':', elementFactory: elementFactory })
|
$('textarea').sew({values: values, token: '::', elementFactory: elementFactory })
|
||||||
|
|
||||||
|
|
||||||
class App.TextModuleUIOld extends App.Controller
|
class App.TextModuleUIOld extends App.Controller
|
||||||
|
|
Loading…
Reference in a new issue