Finalized first implementation of Circle tool

This commit is contained in:
juliandescottes
2012-09-14 23:43:49 +02:00
parent f7d235b116
commit 2edda09f08
5 changed files with 51 additions and 22 deletions

View File

@@ -208,7 +208,6 @@
ns.PreviewFilmController.prototype.onDeleteButtonClick_ = function (index, evt) {
this.framesheet.removeFrameByIndex(index);
$.publish(Events.FRAMESHEET_RESET);
$.publish(Events.LOCALSTORAGE_REQUEST); // Should come from model
};