Mercurial > hg > dml-open-vis
comparison src/DML/MainVisBundle/Resources/assets/marionette/modules/MainRegionModule/MainRegionModule.10-ConfigGridChildView.js @ 0:493bcb69166c
added public content
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 20:54:02 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:493bcb69166c |
---|---|
1 "use strict"; | |
2 | |
3 App.module("MainRegionModule", function (MainRegionModule, App, Backbone, Marionette, $, _, Logger) { | |
4 | |
5 MainRegionModule.ConfigGridChildView = Backbone.View.extend({ | |
6 | |
7 renderIfParentConfigGridIsVisible: function() { | |
8 if (this.options.parentConfigGridView.isVisible()) { | |
9 this.render(); | |
10 } | |
11 }, | |
12 | |
13 }); | |
14 }, Logger); |