Deprecating a property with method of same name causes trouble
Close #3511.
This commit is contained in:
parent
c493bec089
commit
202475f5a9
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ wrapDownloadItem = (downloadItem) ->
|
|||
deprecate.property downloadItem, 'url', 'getURL'
|
||||
deprecate.property downloadItem, 'filename', 'getFilename'
|
||||
deprecate.property downloadItem, 'mimeType', 'getMimeType'
|
||||
deprecate.property downloadItem, 'hasUserGesture', 'hasUserGesture'
|
||||
deprecate.rename downloadItem, 'getUrl', 'getURL'
|
||||
downloadItemBindings._setWrapDownloadItem wrapDownloadItem
|
||||
|
||||
|
|
Loading…
Reference in a new issue