Sha256: ee33d9f9c3897e86c665963608b99b5d634c957cd61bde657356bb9440a17798
Contents?: true
Size: 660 Bytes
Versions: 23
Compression:
Stored size: 660 Bytes
Contents
window.TS = {} unless window.TS window.TS.onSave = -> null unless window.TS['onSave'] window.TS.onSaved = -> null unless window.TS['onSaved'] window.TS.onEnable = -> null unless window.TS['onEnable'] window.TS.onEnabled = -> null unless window.TS['onEnabled'] window.TS.onDisable = -> null unless window.TS['onDisable'] window.TS.onDisabled = -> null unless window.TS['onDisabled'] window.TS.init = -> window.typeStation = new TypeStation $('[data-ts]'), onSave: window.TS.onSave onSaved: window.TS.onSaved onEnable: window.TS.onEnable onEnabled: window.TS.onEnabled onDisable: window.TS.onDisable onDisabled: window.TS.onDisabled
Version data entries
23 entries across 23 versions & 1 rubygems