[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@@ -25,8 +25,7 @@ define(
|
||||
function (PlotOptionsForm) {
|
||||
|
||||
describe("The Plot Options form", function () {
|
||||
var plotOptionsForm,
|
||||
listener;
|
||||
var plotOptionsForm;
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user