mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
Merge pull request #1069 from DaanHoogland/trailing-commas
javascript:TrailingComma sonacube issue considered blocker removedsimple change in several locations * pr/1069: javascript:TrailingComma sonacube issue considered blocker removed Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
8afda59ff3
@ -162,7 +162,7 @@
|
||||
}
|
||||
},
|
||||
error: function(xhr) {
|
||||
},
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1405,7 @@
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
}
|
||||
error: function(json) {
|
||||
complete({ error: parseXMLHttpResponse(json) });
|
||||
}
|
||||
|
||||
@ -200,7 +200,7 @@
|
||||
}
|
||||
},
|
||||
error: function(xhr) {
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
return userValid ? {
|
||||
|
||||
@ -590,7 +590,7 @@
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
action: function(args) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user