Skip to content

Commit d422820

Browse files
committed
Fix: Fixed linter errors.
1 parent a081b6b commit d422820

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

api-console-request.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,24 +105,12 @@
105105
],
106106

107107
properties: {
108-
/**
109-
* Current path to the resource / method / documentation.
110-
* This is updated when the user select a specific node in the RAML JSON structure that
111-
* represents one of this properties. When changed from the outside (by the app) it will
112-
* update the view to display selected path.
113-
*/
114-
path: {
115-
type: String,
116-
notify: true
117-
},
118108
// Selected object in the navigation menu and parsed by the
119109
// `raml-path-selector` element
120110
selectedObject: {
121111
type: Object,
122112
observer: '_selectedObjectChanged'
123113
},
124-
// A parent endpoint of selected method object (if any).
125-
selectedParent: Object,
126114
// If true it will display a narrow layout.
127115
narrow: {
128116
type: Boolean,

api-console.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,8 @@
146146
no-extension-banner="[[noExtensionBanner]]"
147147
narrow="[[narrow]]"
148148
name="request"
149-
page="[[page]]"
150149
scroll-target="[[scrollTarget]]"
151150
selected-object="[[selectedObject]]"
152-
selected-parent="[[selectedParent]]"
153-
path="{{path}}"
154151
append-headers="[[_computeAppendHeaders(appendHeaders)]]"
155152
proxy="[[proxy]]"
156153
proxy-encode-url="[[proxyEncodeUrl]]"

0 commit comments

Comments
 (0)