问题 I am trying to create view that has functionality described in a view in am extending, but with different class names. What is happening is the ExpTypesView classes are ['nav','nav-pills'] and ['nav','nav-tabs']. How do i set it so they replace the classnames set in NavView? Resume.NavView = Em.View.extend({ tagName: 'ul', classNames: ['nav','nav-tabs'], currentPathDidChange: function(){ Ember.run.next( this, function() { $("ul li:has(>a.active)").addClass('active'); $("ul li:not(:has(>a