} else if (args.length == 1) {
        var view = new construct(this, args[0]);
      } else if (args.length == 2) {
        var view = new construct(this, args[0], args[1]);
      } else if (args.length == 3) {