Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -324,7 +324,7 @@ Get.contextOverlay | @@ -324,7 +324,7 @@ Get.contextOverlay | ||
| 324 | // If you need a changeable height/width (like browser windows that can be scaled) you will need to use context. | 324 | // If you need a changeable height/width (like browser windows that can be scaled) you will need to use context. |
| 325 | context.width | 325 | context.width |
| 326 | context.height | 326 | context.height |
| 327 | - | 327 | + |
| 328 | // gives you the power to define half the screen now, a third of it and so on. | 328 | // gives you the power to define half the screen now, a third of it and so on. |
| 329 | //Useful for responsive applications. | 329 | //Useful for responsive applications. |
| 330 | // param dividedBy (double) optional - default: 1 | 330 | // param dividedBy (double) optional - default: 1 |
-
Please register or login to post a comment