define([], function() { 'use strict'; return { isEnabled: function(featureName) { return true; } }; });