Commit 8dd8ba69a7731e358c9f3e4527c31489df3214e3

Authored by Adhidarma Hadiwinoto
1 parent 0a6d1dedc4
Exists in master

PULL-TASK resume typo pause

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -365,7 +365,7 @@ function pause() {
365 365 }
366 366  
367 367 function resume() {
368   - matrix.pause = false;
  368 + matrix.paused = false;
369 369 }
370 370  
371 371 function initMatrix() {