added whole system from ola4doc
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var o = { foo: 'bar' };
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a(t('foo')(o), o.foo);
|
||||
};
|
||||
Reference in New Issue
Block a user