Sha256: 38732d9983779f401f88f1a0705a77cd40de5ee08684b2897c8b477774a51343

Contents?: true

Size: 391 Bytes

Versions: 5

Compression:

Stored size: 391 Bytes

Contents

$ ->
  $("body > .topbar").scrollSpy()
$ ->
  $(".tabs").tabs()
$ ->
  $(".pills").pills()
$ ->
  $("a[rel=twipsy]").twipsy live: true
$ ->
  $("a[rel=popover]").popover offset: 10
$ ->
  $(".topbar-wrapper").dropdown()
$ ->
  $(".alert-message").alert()
$ ->
  domModal = $(".modal").modal(
    backdrop: true
    closeOnEscape: true
  )
  $(".open-modal").click ->
    domModal.toggle()  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twitter_bootstrap-2.0.0 lib/generators/twitter_bootstrap/install/templates/bootstrap.coffee
twitter_bootstrap-0.0.8 lib/generators/twitter_bootstrap/install/templates/bootstrap.coffee
twitter_bootstrap-0.0.7 lib/generators/twitter_bootstrap/install/templates/bootstrap.coffee
twitter_bootstrap-0.0.6 lib/generators/twitter_bootstrap/install/templates/bootstrap.coffee
twitter_bootstrap-0.0.5 lib/generators/twitter_bootstrap/install/templates/bootstrap.coffee