I_GRIN_I

Dialog.js

Jan 4th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var _dialog;
  2.  
  3. function SetDialog(dialog) {
  4.     _dialog = dialog;
  5. }
  6.  
  7. function GetDialog() {
  8.     return _dialog;
  9. }
  10.  
  11. (function() {
  12.  
  13.     $.GetContextPanel().SetDialog = SetDialog;
  14.     $.GetContextPanel().GetDialog = GetDialog;
  15.  
  16.     //$.Msg("dialog/dialog.js");
  17. })();
Add Comment
Please, Sign In to add comment