Fix formatting issues.

This commit is contained in:
Jürg Lehni 2014-10-08 15:52:41 +02:00
parent c7c49d4091
commit a457228846
5 changed files with 24 additions and 21 deletions

View file

@ -15,6 +15,9 @@
// PaperScope, and create the initial paper object, all in one statement:
/*#*/ if (__options.environment == 'browser') {
// NOTE: Do not create local variable `var paper` since it would shield the
// global one in the whole scope.
paper = new (PaperScope.inject(Base.exports, {
// Mark fields as enumerable so PaperScope.inject can pick them up
enumerable: true,