Renamed "WebView" -> "WebViewImpl" in web_view.js and other files that import it
Imported from:
a615ea0839
%5E%21/
This commit is contained in:
parent
ac51207860
commit
7f5fb4e6f9
2 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
WebView = require './web-view'
|
||||
WebViewImpl = require './web-view'
|
||||
guestViewInternal = require './guest-view-internal'
|
||||
webViewConstants = require './web-view-constants'
|
||||
|
||||
|
@ -144,7 +144,7 @@ class HttpReferrerAttribute extends WebViewAttribute
|
|||
@webViewImpl.parseSrcAttribute()
|
||||
|
||||
# Sets up all of the webview attributes.
|
||||
WebView::setupWebViewAttributes = ->
|
||||
WebViewImpl::setupWebViewAttributes = ->
|
||||
@attributes = {}
|
||||
|
||||
@attributes[webViewConstants.ATTRIBUTE_ALLOWTRANSPARENCY] = new AllowTransparencyAttribute(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue