Fix typo.

This commit is contained in:
Jürg Lehni 2015-09-06 15:30:38 +02:00
parent 824b0c7e7e
commit cf4e5c2983

View file

@ -186,9 +186,9 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{
/** /**
* Injects the paper scope into any other given scope. Can be used for * 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 * example to inject the currently active PaperScope into the window's
* scope, to emulate PaperScript-style globally accessible Paper classes and * global scope, to emulate PaperScript-style globally accessible Paper
* objects. * classes and objects.
* *
* <b>Please note:</b> Using this method may override native constructors * <b>Please note:</b> Using this method may override native constructors
* (e.g. Path). This may cause problems when using Paper.js in conjunction * (e.g. Path). This may cause problems when using Paper.js in conjunction