Fix createFromDataURL return type

Fixes #9469
This commit is contained in:
Samuel Attard 2017-05-16 01:24:06 +10:00 committed by GitHub
parent a6e11d3b63
commit d84ddd7fe4

View file

@ -153,6 +153,8 @@ Creates a new `NativeImage` instance from `buffer`.
* `dataURL` String * `dataURL` String
Returns `NativeImage`
Creates a new `NativeImage` instance from `dataURL`. Creates a new `NativeImage` instance from `dataURL`.
## Class: NativeImage ## Class: NativeImage