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