Exemplo n.º 1
0
 public virtual Element Shift(ShiftConfig config)
 {
     this.Call("shift", new JRawValue(config.Serialize()));
     return this;
 }