Compare commits

..

No commits in common. "73f546c977e235abb788d3eb88dbec684ef989ea" and "06b230fb95d29a2b5ab21c00eb562affd2eda10f" have entirely different histories.

View File

@ -169,7 +169,7 @@ bricks.widgetBuild = async function(desc, widget, data){
bricks.buildBind = async function(w, desc){
var widget = bricks.getWidgetById(desc.wid, w);
if (!widget){
console.log('desc wid not find', desc);
cnsole.log('desc wid not find', desc);
return;
}
var event = desc.event;