Fix another typo

This commit is contained in:
Brian Federle 2013-03-07 16:22:49 -08:00
parent f487756999
commit 1c80313702
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
},
success: function(json) {
var nic = json.listnics.nic[0];
var ips = nic.secondaryip ? targetNic.secondaryip : [];
var ips = nic.secondaryip ? nic.secondaryip : [];
args.response.success({
data: $(ips).map(function(index, ip) {