diff --git a/src/ui/View.js b/src/ui/View.js index 302aa892..e8c4ad15 100644 --- a/src/ui/View.js +++ b/src/ui/View.js @@ -98,6 +98,10 @@ var View = this.View = Base.extend({ View.focused = this; }, + getCanvas: function() { + return this._canvas; + }, + /** * The bounds of the view, i.e. the bounds of the part of the project which * is visible in the window.