/** @jsx React.DOM */ (function(conjur, React) { 'use strict'; var GenericList = conjur.views.GenericList; var LayerBox = this.LayerBox = React.createClass({ /* getInitialState: function() { return { currentNamespace: "", members: [] }; }, */ render: function() { // return (

Layers

); } }); }).bind(conjur.views) ( conjur, React );