Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
fix: ODataAPIActionObservables' name is changed to ODataApiActionObse…
Browse files Browse the repository at this point in the history
…rvables
  • Loading branch information
herflis committed Dec 5, 2016
1 parent 3526b3f commit 6b2a4cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -142,7 +142,7 @@ let schema = SN.Content.GetSchema('GenericContent');

```ts
let collection = new SN.Collection([]);
var options = new SN.ODataAPI.ODataParams({
var options = new SN.ODataApi.ODataParams({
select: ["DisplayName", "Lead"],
orderby: 'DisplayName',
metadata: 'no' });
Expand Down
2 changes: 1 addition & 1 deletion dist/src/ODataAPIActionObservables.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b2a4cd

Please sign in to comment.