mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
preparing for a refactoring run...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
867f9ea3b4
commit
1d5745f0f1
@ -59,6 +59,13 @@ Items.focus = function(){
|
|||||||
// 'literal item')
|
// 'literal item')
|
||||||
//
|
//
|
||||||
// XXX do we need to pass options to groups???
|
// XXX do we need to pass options to groups???
|
||||||
|
// XXX would be nice to have a better check/test...
|
||||||
|
// ...this could be done by chaining instances of make instead of
|
||||||
|
// returning an actual function, i.e. each make call would return
|
||||||
|
// a "new" function that would reference the actual item (.item())
|
||||||
|
// and the previous item created (.prevItem()), ... etc.
|
||||||
|
// ...this would enable us to uniquely identify the actual items
|
||||||
|
// and prevent allot of specific errors...
|
||||||
Items.group = function(...items){
|
Items.group = function(...items){
|
||||||
var that = this
|
var that = this
|
||||||
var made = items
|
var made = items
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user