mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-30 10:22:40 +08:00
'overlay' is not a documented member of the dialog options in jQuery UI, so remove it in tests for 'chrome'.
This commit is contained in:
@@ -60,10 +60,6 @@ function bookmarksExample() {
|
||||
resizable: false,
|
||||
height: 140,
|
||||
modal: true,
|
||||
overlay: {
|
||||
backgroundColor: '#000',
|
||||
opacity: 0.5
|
||||
},
|
||||
buttons: {
|
||||
'Yes, Delete It!': function () {
|
||||
chrome.bookmarks.remove(String(bookmarkNode.id));
|
||||
|
||||
Reference in New Issue
Block a user