function dialog_command_dismiss in Dialog 6
Same name and namespace in other branches
- 7 dialog.module \dialog_command_dismiss()
 
Dismiss the modal.
File
- ./
dialog.module, line 96  
Code
function dialog_command_dismiss() {
  return array(
    'command' => 'dialog_dismiss',
  );
}