Fix toDataURL doc

This commit is contained in:
kangax 2013-01-10 14:20:13 +01:00
parent 7ee772a322
commit dffe675eb2

View file

@ -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');