mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
82f2a60dfc
commit
d4bbbe2315
@ -1847,7 +1847,11 @@ var BaseBrowserPrototype = {
|
||||
return this
|
||||
},
|
||||
// XXX .focus(..) and .trigger('focus', ..) should be the same...
|
||||
// ...should this be done via handlers???
|
||||
// ...now .focus(..) does all the domain stuff then calls
|
||||
// .trigger('focus', ..) while .trigger('focus') handles only
|
||||
// the event stuff... (the usual chicken/egg problem)
|
||||
// ...should what is currently done in .focus(..) be done via
|
||||
// handlers???
|
||||
trigger: function(evt, ...args){
|
||||
var that = this
|
||||
var stopPropagation = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user