mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Fix wrong URL in documentation.
This commit is contained in:
parent
6712cbb4e9
commit
ffb3ea8d15
1 changed files with 2 additions and 2 deletions
|
@ -312,12 +312,12 @@ var Raster = Item.extend(/** @lends Raster# */{
|
|||
*
|
||||
* @example {@paperscript}
|
||||
* var raster = new Raster();
|
||||
* raster.source = 'http://paperjs.org/about/resources/paper-js.gif';
|
||||
* raster.source = 'http://paperjs.org/about/paper-js.gif';
|
||||
* raster.position = view.center;
|
||||
*
|
||||
* @example {@paperscript}
|
||||
* var raster = new Raster({
|
||||
* source: 'http://paperjs.org/about/resources/paper-js.gif',
|
||||
* source: 'http://paperjs.org/about/paper-js.gif',
|
||||
* position: view.center
|
||||
* });
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue