common/corpus-common-addon/config/environment.js
author ymh <ymh.work@gmail.com>
Wed, 13 Apr 2016 13:38:40 +0200
changeset 152 dd6b3adde73b
parent 127 5cd8c3065c38
child 537 d2e6ee099125
permissions -rw-r--r--
uppercase in libraries to match other folders

/*jshint node:true*/
'use strict';

module.exports = function(/* environment, appConfig */) {
  return { };
};