Use new skipInitial widget option

This commit is contained in:
Basti 2017-12-26 13:53:03 +01:00
parent 2e4b5a0337
commit 36901b8006

View File

@ -29,7 +29,7 @@ export default Service.extend({
// }); // });
const widget = new Widget(rs, { const widget = new Widget(rs, {
// leaveOpen: true skipInitial: true
}); });
// Attach widget to DOM // Attach widget to DOM