mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 19:00:09 +00:00
updaed docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d1822aa3be
commit
fda402bcc9
@ -714,6 +714,7 @@ var BrowserPrototype = {
|
|||||||
// There are two mods of operation:
|
// There are two mods of operation:
|
||||||
//
|
//
|
||||||
// 1) interactive:
|
// 1) interactive:
|
||||||
|
// .list(path, make)
|
||||||
// - for each item make is called with it's text
|
// - for each item make is called with it's text
|
||||||
// - make will return a jQuery object of the item
|
// - make will return a jQuery object of the item
|
||||||
//
|
//
|
||||||
@ -721,6 +722,7 @@ var BrowserPrototype = {
|
|||||||
// modification should not affect it's output...
|
// modification should not affect it's output...
|
||||||
//
|
//
|
||||||
// 2) non-interactive:
|
// 2) non-interactive:
|
||||||
|
// .list(path) -> list
|
||||||
// - .list(..) should return a list
|
// - .list(..) should return a list
|
||||||
// - make should never get called
|
// - make should never get called
|
||||||
// - the returned list will be rendered
|
// - the returned list will be rendered
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user