Description* image uris were still referring to thinkfu. this makes image
uris relative to location of playground, which requires loosening
the uri policy to allow relative links.
* "restart" was broken. model.board is assigned to an object at
model creation time, which is the same as the local var 'board'.
model.reset() reassigns local var 'board' to a new object, but
model.board is still the old object. so internal to model we
have a new board, but external users of model still see the old board.
Patch Set 1 #
Total comments: 2
MessagesTotal messages: 2
|
||||||||||||||||||||||||||||