Updated Branches: refs/heads/ui-vpc-redesign a4fc86ece -> 81bce385b
Fix typo Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/81bce385 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/81bce385 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/81bce385 Branch: refs/heads/ui-vpc-redesign Commit: 81bce385bfd67a926cc87305aec7b42cb8d8af26 Parents: a4fc86e Author: Brian Federle <bfede...@gmail.com> Authored: Wed May 15 15:01:40 2013 -0700 Committer: Brian Federle <bfede...@gmail.com> Committed: Wed May 15 15:01:40 2013 -0700 ---------------------------------------------------------------------- ui/scripts/vpc.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/81bce385/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index eb3a4b6..cbb3a6f 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -457,7 +457,7 @@ } }, dataProvider: function(args) { - args.respons.success({ data: [] }); + args.response.success({ data: [] }); } });