Skip to content

Commit

Permalink
🐛 Use new Babel-friendly space-pen DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 8, 2015
1 parent dcf47a7 commit e4be448
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/minimap-quick-settings-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import include from './decorators/include'
* @access private
*/
@element('minimap-quick-settings')
@include(EventsDelegation, SpacePenDSL)
@include(EventsDelegation, SpacePenDSL.Babel)
export default class MinimapQuickSettingsElement {

static content () {
Expand All @@ -29,6 +29,10 @@ export default class MinimapQuickSettingsElement {
})
}

createdCallback () {
this.buildContent()
}

setModel (minimap) {
this.selectedItem = null
this.minimap = minimap
Expand Down

0 comments on commit e4be448

Please sign in to comment.