Skip to content
Snippets Groups Projects
Select Git revision
  • e4bf986bb351121a39076a7c85c09cd40b43f123
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
17 results

FunctionAttributes.h

Blame
  • DNASimSetupMenuView.js 462 B
    /**
     * Created by aghassaei on 9/14/15.
     */
    
    
    define(['jquery', 'underscore', 'menuParent', 'plist', 'lattice', 'text!menus/templates/DNASimSetupMenuView.html'],
        function($, _, MenuParentView, plist, lattice, template){
    
    
        return MenuParentView.extend({
    
            events: {
            },
    
    
            _initialize: function(){
            },
    
            _makeTemplateJSON: function(){
                return {};
            },
    
            template: _.template(template)
        });
    });