cosmetic changes
This commit is contained in:
parent
e37290789c
commit
886794e4a3
3 changed files with 13 additions and 13 deletions
|
|
@ -211,8 +211,8 @@ pandora.UI = (function() {
|
|||
}
|
||||
triggerEvents && Ox.forEach(trigger, function(val, key) {
|
||||
Ox.Log('UI', 'TRIGGER ', key, val);
|
||||
Ox.forEach(pandora.$ui, function(element) {
|
||||
Ox.UI.isElement(element) && element.triggerEvent('pandora_' + key.toLowerCase(), {
|
||||
Ox.forEach(pandora.$ui, function($element) {
|
||||
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