Skip to content

Commit

Permalink
doc: removed not used minWidth and minHeight options
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Jun 15, 2017
1 parent cc46436 commit d10f88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intents-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If `intentId` and `window` parameters are not provided the method will try to re
It returns a *service* object, which provides the following methods :
* `getData()`: returns the data passed to the service by the client.
* `getIntent()`: returns the intent
* `resizeClient(doc)`: forces the size of the intent modale to a given minWidth, width, maxWidth, minHeight, height, maxHeight, or dimensions of a given element.
* `resizeClient(doc)`: forces the size of the intent modale to a given width, maxWidth, height, maxHeight, or dimensions of a given element.
```js
// resize the client ot 300 pixels max height
service.resizeClient({
Expand Down

0 comments on commit d10f88d

Please sign in to comment.