Sha256: 015a927e459ccecf73ce0180a09ddedc258105f266cf5bb2abd7f9d64b52401c
Contents?: true
Size: 355 Bytes
Versions: 21
Compression:
Stored size: 355 Bytes
Contents
Sandbox.Application = Luca.Application.extend name: 'sandbox_application' el: '#viewport' components:[ ctype: 'controller' name: 'main_controller' components:[ ctype: 'pages_controller' name: 'pages_controller' ] ] $ do -> (window || global).SandboxApp = new Sandbox.Application() SandboxApp.boot() prettyPrint()
Version data entries
21 entries across 21 versions & 1 rubygems