mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Fix Documentation.
This commit is contained in:
parent
fa3019a947
commit
3f8e8fcc1f
1 changed files with 2 additions and 1 deletions
|
@ -112,8 +112,9 @@ var View = this.View = Base.extend(/** @lends View# */{
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The underling native canvas element.
|
* The underlying native canvas element.
|
||||||
*
|
*
|
||||||
|
* @type HTMLCanvasElement
|
||||||
* @bean
|
* @bean
|
||||||
*/
|
*/
|
||||||
getCanvas: function() {
|
getCanvas: function() {
|
||||||
|
|
Loading…
Reference in a new issue