You are here

function dialog_command_dismiss in Dialog 6

Same name and namespace in other branches
  1. 7 dialog.module \dialog_command_dismiss()

Dismiss the modal.

File

./dialog.module, line 96

Code

function dialog_command_dismiss() {
  return array(
    'command' => 'dialog_dismiss',
  );
}