mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix typo.
This commit is contained in:
parent
824b0c7e7e
commit
cf4e5c2983
1 changed files with 3 additions and 3 deletions
|
@ -186,9 +186,9 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{
|
|||
|
||||
/**
|
||||
* Injects the paper scope into any other given scope. Can be used for
|
||||
* examle to inject the currently active PaperScope into the window's global
|
||||
* scope, to emulate PaperScript-style globally accessible Paper classes and
|
||||
* objects.
|
||||
* example to inject the currently active PaperScope into the window's
|
||||
* global scope, to emulate PaperScript-style globally accessible Paper
|
||||
* classes and objects.
|
||||
*
|
||||
* <b>Please note:</b> Using this method may override native constructors
|
||||
* (e.g. Path). This may cause problems when using Paper.js in conjunction
|
||||
|
|
Loading…
Reference in a new issue