Skip to content

Commit

Permalink
Remove tabular file from repo, fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 11, 2016
1 parent b7a25fc commit bf5cc30
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions config/plugins/visualizations/charts/sample.txt

This file was deleted.

@@ -1,4 +1,4 @@
/** This class renders the chart configuration form. */
/** This class renders the chart data selection form with repeats. */
define( [ 'utils/utils', 'mvc/ui/ui-misc', 'mvc/form/form-view', 'mvc/form/form-repeat', 'mvc/form/form-data', 'plugin/views/description' ],
function( Utils, Ui, Form, Repeat, FormData, Description ) {
var GroupView = Backbone.View.extend({
Expand Down
@@ -1,6 +1,5 @@
/**
* The viewport creates and manages the dom elements used by the visualization plugins to draw the chart.
* Additionally, this class creates default request strings and request dictionaries parsed to the visualization plugins.
* This is the last class of the charts core classes before handing control over to the visualization plugins.
*/
define( [ 'mvc/ui/ui-portlet', 'mvc/ui/ui-misc', 'utils/utils' ], function( Portlet, Ui, Utils ) {
Expand Down

0 comments on commit bf5cc30

Please sign in to comment.