Main iteration to create widgets moved to new function
authorMike Taylor <mike@indexdata.com>
Mon, 28 Apr 2014 16:08:12 +0000 (17:08 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 28 Apr 2014 16:08:12 +0000 (17:08 +0100)
commit96ff13c77214b76cb54dbaa6b9fae081a856738f
tree48d75a20292ab798cefa7dc46527043ae420d920
parenta664fefef9d331978c1e5c9b76e1c644133660da
Main iteration to create widgets moved to new function
makeWidgetsWithin. This now recursively calls itself to re-parse new
content generated within a widget during its creation. The upshot is
the widgets can now hold other widgets, and we're going to be able to
move a shedload of code out of mkws-team.js into the individual
widgets. Yay us! Fixes MKWS-180.
src/mkws-core.js