You seem to have an error in your code in line 64: ``` 61 my_dialog = $(modal).dialog({ 62 buttons: buttonsOpts, 63 modal: true, 64 title: opts.dialogButton --> this should be 'title: opts.dialogTitle', right? 65 }); ```
You seem to have an error in your code in line 64: