tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-12-17 23:50:33 +03:00
parent 6847926441
commit 5d0959afa4

View File

@ -1084,7 +1084,7 @@ function(title, options){
open: function(evt){
// XXX
//var actions = options.app || that.app
var actions = options.app || that.app
var getValues = function(){
return options.values instanceof Function ?
@ -1180,7 +1180,7 @@ function(title, options){
// normalize value...
.run(function(){
// XXX
//var actions = options.app || that.app
var actions = options.app || that.app
if(!(this.value instanceof Function)){
var values = options.values instanceof Function ?