1
0
Fork 0
forked from 0x2620/oxjs

Ox.elements -> Ox.

This commit is contained in:
rlx 2014-09-25 18:47:29 +02:00
commit 8e335ba4f6
8 changed files with 21 additions and 21 deletions

View file

@ -206,7 +206,7 @@ Ox.AnnotationPanel = function(options, self) {
var id = data.id;
Ox.InsertHTMLDialog(Ox.extend({
callback: function(data) {
Ox.elements[id]
Ox.$elements[id]
.value(data.value)
.focusInput(data.position)
.triggerEvent('change', data.value);