Skip to content

Commit

Permalink
Merge pull request #672 from tiliev/16.2
Browse files Browse the repository at this point in the history
Fixed tile manager's responseDataType description.
  • Loading branch information
kdinev authored Dec 16, 2016
2 parents 7e28b95 + 4baeb56 commit 4de93cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/modules/infragistics.ui.tilemanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
null type="object" Option is ignored.
*/
responseDataKey: null,
/* type="string" String Explicitly set data source type (such as "json"). Please refer to the documentation of [$.ig.DataSource type](ig.datasource#options:settings.type) and its type property.
/* type="string|null" Explicitly set data source type (such as "json"). Please refer to the documentation of [$.ig.DataSource type](ig.datasource#options:settings.type) and its type property.
```
//Initialize
$('.selector').igTileManager({
Expand Down

0 comments on commit 4de93cb

Please sign in to comment.