small fix: (lowercase) file name tp panelBaseCtrl

This commit is contained in:
Torkel Odegaard
2014-04-05 21:37:03 +02:00
parent 2e7b145a81
commit bd0e96f166
+1 -1
View File
@@ -2,7 +2,7 @@ define([
'angular',
'jquery',
'underscore',
'../controllers/PanelBaseCtrl'
'../controllers/panelBaseCtrl'
],
function (angular, $, _, PanelBaseCtrl) {
'use strict';