style nit
This commit is contained in:
parent
344dda4029
commit
827730144b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ describe('menu module', function() {
|
|||
});
|
||||
|
||||
it('does not throw exceptions for undefined/null values', function() {
|
||||
assert.doesNotThrow(function(){
|
||||
assert.doesNotThrow(function() {
|
||||
Menu.buildFromTemplate([
|
||||
{
|
||||
label: 'text',
|
||||
|
|
Loading…
Reference in a new issue