Sha256: a9dd4760563dd919826f98e9a196aecbb7df9b045f408682e233f5f17dfc5205
Contents?: true
Size: 373 Bytes
Versions: 19
Compression:
Stored size: 373 Bytes
Contents
Luca.containers.Viewport = Luca.containers.CardView.extend activeItem: 0 className: 'luca-ui-viewport' fullscreen: true initialize: (@options={})-> Luca.core.Container::initialize.apply(@, arguments) $('html,body').addClass('luca-ui-fullscreen') if @fullscreen render: ()-> console.log "Rendering Viewport" @$el.addClass('luca-ui-viewport')
Version data entries
19 entries across 19 versions & 1 rubygems