mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4a25077aa4
commit
611377f3e3
@ -1281,6 +1281,7 @@ var DataPrototype = {
|
|||||||
// The crop can be merged back into the source ribbon via the
|
// The crop can be merged back into the source ribbon via the
|
||||||
// .mergeRibbonCrop(..) method.
|
// .mergeRibbonCrop(..) method.
|
||||||
//
|
//
|
||||||
|
// XXX should there be a way to set the base ribbon???
|
||||||
// XXX do these belong here???
|
// XXX do these belong here???
|
||||||
cropRibbons: function(mode){
|
cropRibbons: function(mode){
|
||||||
mode = mode == null ? 'current' : mode
|
mode = mode == null ? 'current' : mode
|
||||||
@ -1309,6 +1310,8 @@ var DataPrototype = {
|
|||||||
// the .ribbon_order of this.
|
// the .ribbon_order of this.
|
||||||
//
|
//
|
||||||
// NOTE: see .cropRibbons(..) for more details...
|
// NOTE: see .cropRibbons(..) for more details...
|
||||||
|
//
|
||||||
|
// XXX should there be a way to set the base ribbon???
|
||||||
mergeRibbonCrop: function(crop){
|
mergeRibbonCrop: function(crop){
|
||||||
var that = this
|
var that = this
|
||||||
this.ribbon_order = crop.order.map(function(e){
|
this.ribbon_order = crop.order.map(function(e){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user