(function(conjur) { 'use strict'; conjur.models.Namespace = function() { return { currentNamespace: '' }; }; })(conjur);