mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-28 01:04:43 +00:00
Fix docs ending slash for urls
This commit is contained in:
parent
c84bce2703
commit
923b876e4b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
/**
|
||||
* Pattern class
|
||||
* @class fabric.Pattern
|
||||
* @see {@link http://fabricjs.com/patterns/|Pattern demo}
|
||||
* @see {@link http://fabricjs.com/dynamic-patterns/|DynamicPattern demo}
|
||||
* @see {@link http://fabricjs.com/patterns|Pattern demo}
|
||||
* @see {@link http://fabricjs.com/dynamic-patterns|DynamicPattern demo}
|
||||
* @see {@link fabric.Pattern#initialize} for constructor definition
|
||||
*/
|
||||
fabric.Pattern = fabric.util.createClass(/** @lends fabric.Pattern.prototype */ {
|
||||
|
|
|
|||
Loading…
Reference in a new issue