Manual search is persistent through tab changes

This commit is contained in:
Mark McDowall 2013-07-03 20:04:26 -07:00
parent a2d993138c
commit 9d6f7efbf2
8 changed files with 43 additions and 21 deletions

View file

@ -0,0 +1,11 @@
'use strict';
define(
[
'app',
'marionette'
], function (App, Marionette) {
return Marionette.ItemView.extend({
template: 'Episode/Search/ButtonsViewTemplate'
});
});