Skip to content

Instantly share code, notes, and snippets.

@triggity
Created May 29, 2014 20:44
Show Gist options
  • Select an option

  • Save triggity/445b4ef2afb949fc7d14 to your computer and use it in GitHub Desktop.

Select an option

Save triggity/445b4ef2afb949fc7d14 to your computer and use it in GitHub Desktop.
case for mixins in marionette views
var guideLineMixin = {
defaults: {
guideLine: false
},
renderGuideline: function() {}
};
Chart.extend({
mixin: [guideLineMixin]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment