Guest User

Untitled

a guest
Jan 23rd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. module.exports = {
  2. oninit : function (vnode) {
  3. this.ctx = new timbreController(vnode.attrs);
  4. },
  5. view : function (vnode) {
  6. return facturaView(this.ctx)
  7. }
  8. };
  9.  
  10. function timbreController(Params) {
  11. var ctx = this;
  12. var search = m.prop('');
  13. console.log(location);
  14. }
  15. function facturaView(ctx){
  16. console.log(ctx);
  17. }
Add Comment
Please, Sign In to add comment