Skip to content

Commit 14590ab

Browse files
'overlay' is not a documented member of the dialog options in jQuery UI, so remove it in tests for 'chrome'.
1 parent 985e4cc commit 14590ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

chrome/chrome-tests.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ function bookmarksExample() {
6060
resizable: false,
6161
height: 140,
6262
modal: true,
63-
overlay: {
64-
backgroundColor: '#000',
65-
opacity: 0.5
66-
},
6763
buttons: {
6864
'Yes, Delete It!': function () {
6965
chrome.bookmarks.remove(String(bookmarkNode.id));

0 commit comments

Comments
 (0)