[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@@ -29,8 +29,7 @@ define(
|
||||
mctForm;
|
||||
|
||||
function installController() {
|
||||
var controllerProperty = mctForm.controller,
|
||||
Controller = mctForm.controller[1];
|
||||
var Controller = mctForm.controller[1];
|
||||
return new Controller(mockScope);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user