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

5 lines
63 B
JavaScript

var Bar = {};
Bar.hello = function(){
return "I am a bar";
}