mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-27 22:29:11 -04:00
Whitespace. Removed all trailing whitespace from .js files
This commit is contained in:
parent
cb0eab92b9
commit
ac39873693
50 changed files with 1279 additions and 1279 deletions
src/core
|
@ -1,16 +1,16 @@
|
|||
/*
|
||||
* Paper.js
|
||||
*
|
||||
*
|
||||
* This file is part of Paper.js, a JavaScript Vector Graphics Library,
|
||||
* based on Scriptographer.org and designed to be largely API compatible.
|
||||
* http://paperjs.org/
|
||||
* http://scriptographer.org/
|
||||
*
|
||||
*
|
||||
* Distributed under the MIT license. See LICENSE file for details.
|
||||
*
|
||||
*
|
||||
* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey
|
||||
* http://lehni.org/ & http://jonathanpuckey.com/
|
||||
*
|
||||
*
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
|
@ -158,7 +158,7 @@ var PaperScript = this.PaperScript = new function() {
|
|||
tool = scope.tool = /on(?:Key|Mouse)(?:Up|Down|Move|Drag)/.test(code)
|
||||
&& new Tool(null, scope),
|
||||
res;
|
||||
// Define variables for potential handlers, so eval() calls below to
|
||||
// Define variables for potential handlers, so eval() calls below to
|
||||
// fetch their values do not require try-catch around them.
|
||||
// Set currently active scope.
|
||||
paper = scope;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue