[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@@ -34,14 +34,6 @@ define(
|
||||
mockTimeout,
|
||||
mockElement;
|
||||
|
||||
function promise(value) {
|
||||
return {
|
||||
then: function (callback){
|
||||
return promise(callback(value));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
beforeEach(function() {
|
||||
watches = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user