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() {
|
it('does not throw exceptions for undefined/null values', function() {
|
||||||
assert.doesNotThrow(function(){
|
assert.doesNotThrow(function() {
|
||||||
Menu.buildFromTemplate([
|
Menu.buildFromTemplate([
|
||||||
{
|
{
|
||||||
label: 'text',
|
label: 'text',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue