mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-09 22:34:43 +00:00
whoops
This commit is contained in:
parent
9eb597c729
commit
ce1023e709
1 changed files with 2 additions and 2 deletions
|
|
@ -956,10 +956,10 @@
|
|||
|
||||
/**
|
||||
* @param {Number} lineIndex
|
||||
* @param {Object} syle
|
||||
* @param {Object} style
|
||||
* @private
|
||||
*/
|
||||
_setLineStyle: function(lineIndex, syle) {
|
||||
_setLineStyle: function(lineIndex, style) {
|
||||
this.styles[lineIndex] = style;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue