瀏覽代碼

removed unnesessary logic, replaced by CSS style

bubble
Vladimir L 9 年之前
父節點
當前提交
eaaf62a01e
共有 1 個檔案被更改,包括 0 行新增6 行删除
  1. +0
    -6
      src/main/javascript/view/OperationView.js

+ 0
- 6
src/main/javascript/view/OperationView.js 查看文件

@@ -9,7 +9,6 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
'click .response_hider' : 'hideResponse',
'click .toggleOperation' : 'toggleOperationContent',
'mouseenter .api-ic' : 'mouseEnter',
'mouseout .api-ic' : 'mouseExit',
'dblclick .curl' : 'selectText',
},

@@ -72,11 +71,6 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
pos.top = y;
pos.left = x;
elem.css(pos);
// $(e.currentTarget.parentNode).find('#api_information_panel').show();
},

mouseExit: function(e) {
// $(e.currentTarget.parentNode).find('#api_information_panel').hide();
},

// Note: copied from CoffeeScript compiled file


Loading…
取消
儲存