diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-17 15:36:47 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-17 15:36:47 +0300 |
| commit | 8a88d446be336d0c965c6c4af02fdb3b340f5c89 (patch) | |
| tree | 6335592f65ba07b1bf2913da3a2a7be534b18dcf /client/button.js | |
| parent | 37b51d09ac21b92b29e73d1c6b3b09c03cccced7 (diff) | |
Average color is working
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/button.js b/client/button.js index 357faa9..370ccdb 100644 --- a/client/button.js +++ b/client/button.js @@ -54,6 +54,9 @@ Template.photos.events({ Effects.colorize(x.id); $('#canvas-'+x.id).show() }) + }, + 'click button.average': function (event) { + Effects.average(); } }) |
