Last active
June 8, 2017 07:52
-
-
Save imgly-gists/d8b2c4cde8f48ea16e3233e172212ad9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| onDeviceReady: function() { | |
| selectImageBtn = document.getElementById('js-selectImageBtn'); | |
| selectImageBtn.addEventListener('click', function() { | |
| // TODO: Open PhotoEditor SDK | |
| }); | |
| selectImageBtn.disabled = false; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment