Sha256: 174e68eb3cf43a6b77810a262cc38ffef1492158c2beb52af1a9aaae353f892f
Contents?: true
Size: 268 Bytes
Versions: 4
Compression:
Stored size: 268 Bytes
Contents
import ApplicationController from './application_controller' import { Tooltip } from 'bootstrap' export default class extends ApplicationController { connect () { this.tooltip = new Tooltip(this.element) } disconnect () { this.tooltip.dispose() } }
Version data entries
4 entries across 4 versions & 1 rubygems