tip.js 202 B

1234567891011
  1. #= require views/misc/notif
  2. class app.views.Tip extends app.views.Notif
  3. @className: '_notif _notif-tip'
  4. @defautOptions:
  5. autoHide: false
  6. render: ->
  7. @html @tmpl("tip#{@type}")
  8. return