mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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
|
return this
|
||||||
},
|
},
|
||||||
// XXX .focus(..) and .trigger('focus', ..) should be the same...
|
// 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){
|
trigger: function(evt, ...args){
|
||||||
var that = this
|
var that = this
|
||||||
var stopPropagation = false
|
var stopPropagation = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user