couchrest_model/spec/fixtures/views/lib.js

3 lines
45 B
JavaScript
Raw Normal View History

function globalLib() {
return "fixture";
};