Allow collages to get property updates, such as opacity and links.

This commit is contained in:
evancz 2013-06-16 14:20:47 -07:00
parent 13dacfd8f9
commit d0c634f16f

View file

@ -355,7 +355,7 @@ function update(div, _, model) {
}
}
tracker.clearRest();
return div;
return false;
}
return { render:render, update:update };