common/corpus-common-addon/config/environment.js
author ymh <ymh.work@gmail.com>
Sun, 06 Mar 2016 00:29:01 +0100
changeset 141 c0e8626a271c
parent 127 5cd8c3065c38
child 537 d2e6ee099125
permissions -rw-r--r--
literal are now objects if one of lang or datatype is not null

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

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