[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@@ -79,8 +79,7 @@ define(
|
||||
}
|
||||
|
||||
function doWizardSave(parent) {
|
||||
var context = domainObject.getCapability("context"),
|
||||
wizard = new CreateWizard(
|
||||
var wizard = new CreateWizard(
|
||||
domainObject,
|
||||
parent,
|
||||
self.policyService
|
||||
|
||||
Reference in New Issue
Block a user