BadassView (BaseView)


BadassView is a normal Backbone.View with attributes to enabled/disable logging & automatically setting constructor arguments as attributes on the view instance.

Open your browser console to see logging output.

  class TeaView inherits BB.BadassView
    logging: on   # set on / off for logging to console output
    autoSetConstructorArgs: on   # set on / off to avoid assigning left hand, right hand in initialize

Teas