Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko committed Jun 13, 2016
1 parent e82f351 commit 6196476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/resources-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export class Resources {
* @package
*/
setOwner(element, owner) {
Resource.setAsOwner(element, owner);
Resource.setOwner(element, owner);
}

/**
Expand Down

0 comments on commit 6196476

Please sign in to comment.