From 90ed8ba11c66e8d71f1366603bc604534a764cb3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 26 Dec 2018 12:33:04 -0500 Subject: cfg: Remove proton.parabola.nu stuff --- public-src/main.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'public-src') diff --git a/public-src/main.js b/public-src/main.js index a9cdba2..a86a815 100644 --- a/public-src/main.js +++ b/public-src/main.js @@ -1,14 +1,12 @@ define([ 'golden-layout', 'jarmon', - './cfg/jarmon-proton.js', './cfg/jarmon-winston.js', './components/gl/jarmon-tabbed-chart-ui.js', './components/gl/html.js', ], function( GoldenLayout, jarmon, - cfgProton, cfgWinston, glJarmon, glHTML, @@ -29,13 +27,6 @@ define([ content: [{ type: 'row', content: [ - { - title: 'proton', - isClosable: false, - type: 'component', - componentName: 'jarmon:tabbed-chart-ui', - componentState: cfgProton, - }, { title: 'winston', isClosable: false, -- cgit v1.2.3-54-g00ecf