Ox -> Ox.UI
This commit is contained in:
parent
bd190b4695
commit
3a764b38f9
11 changed files with 22 additions and 22 deletions
|
|
@ -241,7 +241,7 @@ pandora.UI = (function() {
|
|||
triggerEvents && Ox.forEach(trigger, function(val, key) {
|
||||
Ox.Log('UI', 'TRIGGER ', key, val);
|
||||
Ox.forEach(pandora.$ui, function($element) {
|
||||
if (Ox.isOxElement($element)) {
|
||||
if (Ox.UI.isElement($element)) {
|
||||
$element.triggerEvent('pandora_' + key.toLowerCase(), {
|
||||
value: val,
|
||||
previousValue: self.previousUI[key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue