Skip to content

Commit 5f5ff30

Browse files
committed
Word-wrap PaperScope JSDocs
1 parent 0485851 commit 5f5ff30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/core/PaperScope.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,11 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{
266266
},
267267

268268
/**
269-
* Returns a valid HTML canvas you can use. Internally, this may reuse an existing canvas.
269+
* Returns a valid HTML canvas you can use.
270+
* Internally, this may reuse an existing canvas.
270271
*
271-
* This either accepts width and height as two arguments, or you can pass in an object with "width" and "height" properties.
272+
* This either accepts width and height as two arguments, or you can pass
273+
* in an object with "width" and "height" properties.
272274
*
273275
* @param {Number|Object} width
274276
* @param {Number} height

0 commit comments

Comments
 (0)