Sha256: 3f71baef2259e359b20da7988165babb555a56a510d459341272e9b55eb78bde
Contents?: true
Size: 225 Bytes
Versions: 8
Compression:
Stored size: 225 Bytes
Contents
window.App ||= {} class App.Base constructor: -> return this create: -> if typeof $this.new == 'function' return $this.new() update: -> if typeof $this.edit == 'function' return $this.edit()
Version data entries
8 entries across 8 versions & 1 rubygems