Move webview code to atom/renderer/lib/web-view

This commit is contained in:
Cheng Zhao 2014-12-08 06:08:21 -08:00
parent 7bc364a374
commit a9072049ea
4 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ else
# Override default web functions.
require path.join(__dirname, 'override')
# Load webview tag implementation.
require path.join(__dirname, 'web-view') unless process.guestInstanceId?
require path.join(__dirname, 'web-view/web-view') unless process.guestInstanceId?
if nodeIntegration in ['true', 'all', 'except-iframe', 'manual-enable-iframe']
# Export node bindings to global.