diff --git a/apidoc/Titanium/UI/WebView.yml b/apidoc/Titanium/UI/WebView.yml index c2d7947faa8..63f3a235ac6 100644 --- a/apidoc/Titanium/UI/WebView.yml +++ b/apidoc/Titanium/UI/WebView.yml @@ -182,7 +182,7 @@ description: | ``` js var win = Ti.UI.createWindow({ - backgroundColor: 'white'; + backgroundColor: 'white' }); var verticalView = Ti.UI.createView({layout: 'vertical', width: "100%", height: "100%"});