diff --git a/src/core/PaperScope.js b/src/core/PaperScope.js index 81cc3521..295d9552 100644 --- a/src/core/PaperScope.js +++ b/src/core/PaperScope.js @@ -90,7 +90,7 @@ var PaperScope = this.PaperScope = Base.extend(/** @lends PaperScope# */{ * @bean */ getView: function() { - return this.project.view; + return this.project && this.project.view; }, /**