summaryrefslogtreecommitdiff
path: root/web-ui/test/features.js
blob: be5a62d5c24f7a4b0d3e0376b0b812c9f423e13b (plain)
1
2
3
4
5
6
7
define([], function() {
  return {
    isEnabled: function(featureName) {
      return true;
    }
  };
});