update components

This commit is contained in:
Luke Pulverenti 2016-03-30 22:00:05 -04:00
parent 55511e7c07
commit 638a360cb2
11 changed files with 115 additions and 19 deletions

View file

@ -126,6 +126,13 @@ context. You should place this element as a child of `<body>` whenever possible.
value: false
},
/**
* Set to true to keep overlay always on top.
*/
alwaysOnTop: {
type: Boolean
},
/**
* Shortcut to access to the overlay manager.
* @private