equal
deleted
inserted
replaced
80 $this->json['width'] = absint( $this->width ); |
80 $this->json['width'] = absint( $this->width ); |
81 $this->json['height'] = absint( $this->height ); |
81 $this->json['height'] = absint( $this->height ); |
82 $this->json['flex_width'] = absint( $this->flex_width ); |
82 $this->json['flex_width'] = absint( $this->flex_width ); |
83 $this->json['flex_height'] = absint( $this->flex_height ); |
83 $this->json['flex_height'] = absint( $this->flex_height ); |
84 } |
84 } |
85 |
|
86 } |
85 } |