mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c061f834f0
commit
a7d1488fe7
@ -611,6 +611,15 @@ var TagsPrototype = {
|
||||
// constructor...
|
||||
parseQuery: function(query){
|
||||
return this.constructor.parseQuery.call(this, query) },
|
||||
//
|
||||
// Execute query...
|
||||
// .query(query)
|
||||
// -> values
|
||||
//
|
||||
// Execute the query and return raw/structured results...
|
||||
// .query(query, true)
|
||||
// -> values
|
||||
//
|
||||
query: function(query, raw){
|
||||
var that = this
|
||||
var ns = this.__query_ns
|
||||
@ -640,7 +649,7 @@ var TagsPrototype = {
|
||||
this
|
||||
: (this
|
||||
// XXX should these be here???
|
||||
.flat(1)
|
||||
.flat()
|
||||
.unique()) })
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user