open-consul/agent/uiserver/testdata/foo.js

5 lines
63 B
JavaScript

var Foo = {};
Foo.hello = function(){
return "I am a foo";
}