Skip to content

Commit

Permalink
Change folder organization of the panel application to be more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Joseph committed Jul 5, 2015
1 parent 9f09df5 commit 5d07abb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions panelApp/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ window.jQuery = window.$ = require('jquery');
var _ = require('lodash');

var
ServicePanelCtrl = require('./servicePanelController'),
Registry = require('./registry'),
ServicePanelCtrl = require('./panels/servicePanelController'),
Registry = require('./models/registry'),
TabsHandler = require('./tabHandler'),
Plots = require('./plots'),
InstantMetrics = require('./instantMetrics'),
SettingsPanelCtrl = require('./settingsPanelController'),
Plots = require('./panels/plots'),
InstantMetrics = require('./panels/instantMetrics'),
SettingsPanelCtrl = require('./panels/settingsPanelController'),
backgroundPageConnection = chrome.runtime.connect({
name: "angular-performance-panel"
});
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5d07abb

Please sign in to comment.