mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-27 08:44:42 +00:00
Fix toDataURL doc
This commit is contained in:
parent
7ee772a322
commit
dffe675eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -1271,7 +1271,7 @@
|
|||
/**
|
||||
* Converts an object into a data-url-like string
|
||||
* @method toDataURL
|
||||
* @return {String} string of data
|
||||
* @param callback {Function} callback that recieves resulting data-url string
|
||||
*/
|
||||
toDataURL: function(callback) {
|
||||
var el = fabric.document.createElement('canvas');
|
||||
|
|
|
|||
Loading…
Reference in a new issue