mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1e67e9000e
commit
f017c234b5
@ -2109,6 +2109,7 @@ var DataPrototype = {
|
|||||||
// if it is needed to keep the original intact, just .clone() it...
|
// if it is needed to keep the original intact, just .clone() it...
|
||||||
//
|
//
|
||||||
// XXX test more complex cases...
|
// XXX test more complex cases...
|
||||||
|
// XXX add a 'gid' align mode...
|
||||||
join: function(){
|
join: function(){
|
||||||
var args = Array.apply(null, arguments)
|
var args = Array.apply(null, arguments)
|
||||||
var align = typeof(args[0]) == typeof('str') ? args.splice(0, 1)[0] : 'base'
|
var align = typeof(args[0]) == typeof('str') ? args.splice(0, 1)[0] : 'base'
|
||||||
@ -2201,7 +2202,7 @@ var DataPrototype = {
|
|||||||
// downward, needing a ribbon above the target to infer the
|
// downward, needing a ribbon above the target to infer the
|
||||||
// values.
|
// values.
|
||||||
//
|
//
|
||||||
// XXX test
|
// XXX test...
|
||||||
alignToRibbon: function(ribbon, start, end){
|
alignToRibbon: function(ribbon, start, end){
|
||||||
ribbon = ribbon == null ? this.base : this.getRibbon(ribbon)
|
ribbon = ribbon == null ? this.base : this.getRibbon(ribbon)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user