2013-04-17 3 views

답변

2

변화 나에게 조언을주세요

라인 (273) 및 (288)

title: "Softplanter " + _.str.capitalize(error.type), 
      buttons: [ 
       {text: _t("Ok"), click: function() { $(this).dialog("close"); }} 
      ] 
     }); 
    }, 
    show_error: function(error) { 
     if (!this.active) { 
      return; 
     } 
     var buttons = {}; 
     buttons[_t("Ok")] = function() { 
      $(this).dialog("close"); 
     }; 
     var dialog = new instance.web.Dialog(this, { 
      title: "YourName " + _.str.capitalize(error.type), 
을 chrome.js