Skip to content

Commit

Permalink
fix: removed semicolon as it breaks the app if the example is used (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
caspahouzer committed Apr 6, 2022
1 parent 1132743 commit 2800aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/WebView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%"});
Expand Down

0 comments on commit 2800aee

Please sign in to comment.