mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-19 13:40:58 +00:00
Build distribution file.
This commit is contained in:
parent
76b67aa34c
commit
c823799657
1 changed files with 2 additions and 2 deletions
4
dist/all.js
vendored
4
dist/all.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/*! Fabric.js Copyright 2008-2011, Bitsonnet (Juriy Zaytsev, Maxim Chernyak) */
|
||||
|
||||
var fabric = fabric || { version: "0.4.4" };
|
||||
var fabric = fabric || { version: "0.4.5" };
|
||||
|
||||
(function(){
|
||||
var view = document.defaultView;
|
||||
|
|
@ -9950,7 +9950,7 @@ fabric.util.object.extend(fabric.Canvas.prototype, {
|
|||
*/
|
||||
toString: function() {
|
||||
return '#<fabric.Text (' + this.complexity() +
|
||||
'): { "text": "' + this.text + '", "fontfamily": "' + this.fontFamily + '" }>';
|
||||
'): { "text": "' + this.text + '", "fontFamily": "' + this.fontFamily + '" }>';
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue