mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-31 22:14:53 +01:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
import { emit } from '../../../_utils/eventBus'
|
|
|
|
export function show () {
|
|
let id = this.get('id')
|
|
emit('showDialog', id)
|
|
}
|