Skip to content

Instantly share code, notes, and snippets.

@jimsynz
Created December 22, 2011 08:14
Show Gist options
  • Save jimsynz/1509483 to your computer and use it in GitHub Desktop.
Save jimsynz/1509483 to your computer and use it in GitHub Desktop.
Kimono = Ember.Application.create()
window.Kimono = Kimono
header = Ember.View.create
logoUri: "<%= image_path('kimono-vsmall-notext.png') %>"
templateName: 'views_header'
isVisible: false
elementId: 'header'
header.appendTo('#layout')
header.$(':not(:visible)').slideDown()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment