mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6847926441
commit
5d0959afa4
@ -1084,7 +1084,7 @@ function(title, options){
|
|||||||
|
|
||||||
open: function(evt){
|
open: function(evt){
|
||||||
// XXX
|
// XXX
|
||||||
//var actions = options.app || that.app
|
var actions = options.app || that.app
|
||||||
|
|
||||||
var getValues = function(){
|
var getValues = function(){
|
||||||
return options.values instanceof Function ?
|
return options.values instanceof Function ?
|
||||||
@ -1180,7 +1180,7 @@ function(title, options){
|
|||||||
// normalize value...
|
// normalize value...
|
||||||
.run(function(){
|
.run(function(){
|
||||||
// XXX
|
// XXX
|
||||||
//var actions = options.app || that.app
|
var actions = options.app || that.app
|
||||||
|
|
||||||
if(!(this.value instanceof Function)){
|
if(!(this.value instanceof Function)){
|
||||||
var values = options.values instanceof Function ?
|
var values = options.values instanceof Function ?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user