Add scripts to create myops-getqueryview:
[myops.git] / web / query / vendor / couchapp / evently / account / loggedIn / after.js
1 function(e, r) {
2   $$(this).userCtx = r.userCtx;
3   $$(this).info = r.info;
4 };