flint-tools
Advanced tools
Comparing version 1.4.26 to 1.4.27
@@ -1428,4 +1428,4 @@ exports["flinttools"] = function(Flint,opts){(function(Flint){(function(){ | ||
'__flintValue':name, | ||
'__flintOnChange':function(e){ | ||
view.setImmediate('name',name = e.target.value);}});}); | ||
'__flintOnChange':function(__flintval__){ | ||
view.setImmediate('name',name = __flintval__);}});}); | ||
@@ -1521,4 +1521,4 @@ | ||
'__flintValue':first, | ||
'__flintOnChange':function(e){ | ||
view.setImmediate('first',first = e.target.value);}});}); | ||
'__flintOnChange':function(__flintval__){ | ||
view.setImmediate('first',first = __flintval__);}});}); | ||
@@ -1529,4 +1529,4 @@ | ||
'__flintValue':last, | ||
'__flintOnChange':function(e){ | ||
view.setImmediate('last',last = e.target.value);}});}); | ||
'__flintOnChange':function(__flintval__){ | ||
view.setImmediate('last',last = __flintval__);}});}); | ||
@@ -1845,3 +1845,2 @@ | ||
inspect(path,function(_props,_state,_wb){ | ||
console.log('props are',_props); | ||
view.set('props',props = filterProps(_props || {})); | ||
@@ -1848,0 +1847,0 @@ view.set('state',state = _state || {}); |
{ | ||
"name": "flint-tools", | ||
"version": "1.4.26", | ||
"version": "1.4.27", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "clone": { |
@@ -6,3 +6,3 @@ { | ||
"description": "tools", | ||
"version": "1.4.26", | ||
"version": "1.4.27", | ||
"main": "index.js", | ||
@@ -9,0 +9,0 @@ "scripts": {}, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5608381
37313