couchrest_model/spec/fixtures/views/test_view/lib.js

3 lines
48 B
JavaScript
Raw Normal View History

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