Merge branch 'master' into gh-pages

This commit is contained in:
juliandescottes 2012-09-11 01:07:37 +02:00
commit 9bc435a13c

View File

@ -6,7 +6,7 @@
this.framesheet = framesheet; this.framesheet = framesheet;
this.container = container; this.container = container;
this.redrawFlag = false; this.redrawFlag = true;
$.subscribe(Events.TOOL_RELEASED, this.flagForRedraw_.bind(this)); $.subscribe(Events.TOOL_RELEASED, this.flagForRedraw_.bind(this));
$.subscribe(Events.FRAMESHEET_RESET, this.flagForRedraw_.bind(this)); $.subscribe(Events.FRAMESHEET_RESET, this.flagForRedraw_.bind(this));