ソースを参照

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


読み込み中…
キャンセル
保存