Skip to content

Commit

Permalink
Merge pull request elastic#163 from cjcenizal/bug/deprecated-tabs
Browse files Browse the repository at this point in the history
Remove reference to removed 'setTabs' method.
  • Loading branch information
Rashid Khan authored Aug 10, 2016
2 parents ae1edcd + 46a3a9e commit d14787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require('ui/chrome')
.setBrand({
'logo': 'url(' + timelionLogo + ') left no-repeat #e8488b',
'smallLogo': 'url(' + timelionLogo + ') left no-repeat #e8488b'
}).setTabs([]);
});

var app = require('ui/modules').get('apps/timelion', []);

Expand Down

0 comments on commit d14787e

Please sign in to comment.