'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:
Daniel Rosenwasser
2015-08-11 12:32:46 -07:00
parent 985e4ccf04
commit 14590ab303

View File

@@ -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));