Add a clarifying comment

pull/15289/head
alejandraarri 5 years ago
parent ccb99bf7c0
commit 3773ff3590

@ -13,7 +13,14 @@ var REQUIRED_OPTS = [
];
/**
* Selected Import header
* Imports Wrapper View
*
* This view contains the ImportsSelectorView (aka grid, connectors list)
* and the Selected Import. So this view can switch and show/hide
* between the two.
*
* The Selected Import is not created here. It's created in the
* ImportsSelectorView and passed in a triggered event.
*/
module.exports = CoreView.extend({

Loading…
Cancel
Save