Skip to content

Instantly share code, notes, and snippets.

@artyomtrityak
Created July 11, 2014 12:14
Show Gist options
  • Select an option

  • Save artyomtrityak/4cffc018d9a0404f28ea to your computer and use it in GitHub Desktop.

Select an option

Save artyomtrityak/4cffc018d9a0404f28ea to your computer and use it in GitHub Desktop.
define(function(require)) {
var Behaviors = require('shared/behaviors');
var View = Meriotette.ItemView.extends({
getBehaviorClass: function(name) {
return Behaviors[name];
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment