common/corpus-common-addon/config/environment.js
changeset 127 5cd8c3065c38
child 537 d2e6ee099125
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/corpus-common-addon/config/environment.js	Tue Feb 23 17:47:57 2016 +0100
@@ -0,0 +1,6 @@
+/*jshint node:true*/
+'use strict';
+
+module.exports = function(/* environment, appConfig */) {
+  return { };
+};