fixed UI not loading

This commit is contained in:
kayone 2013-11-10 22:39:10 -08:00
parent 6e792c6916
commit 1695ff7305
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
define(
[
'marionette',
'jquery'
'jquery',
'Navbar/Search'
], function (Marionette, $) {
return Marionette.ItemView.extend({
template: 'Navbar/NavbarTemplate',