Skip to content

Commit f71aa36

Browse files
committed
Removing unused property
1 parent 9ba08c8 commit f71aa36

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

api-oauth2-settings-document.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ <h4>Authorization scopes</h4>
8888
static get properties() {
8989
return {
9090
settings: Object,
91-
/**
92-
* Computed value from current `method`. True if the model contains
93-
* custom properties (annotations in RAML).
94-
*/
95-
hasCustomProperties: {
96-
type: Boolean,
97-
computed: '_computeHasCustomProperties(settings)'
98-
},
9991

10092
accessTokenUri: {
10193
type: String,

0 commit comments

Comments
 (0)