LT-275: Fixing code misstyping

This commit is contained in:
Bruno Alves de Faria 2016-11-06 19:34:26 +00:00 committed by Erik Ziegler
parent 53ffe43fbc
commit 61ba68d5e0

View File

@ -33,7 +33,7 @@ Template.imageThumbnail.onRendered(() => {
// Define a handler for success on image load
const loadSuccess = image => {
// Enable cornerstone for thumbnail element again creating a new canvas
cornerstone.enable(element););
cornerstone.enable(element);
cornerstone.displayImage(element, image);
$loading.css('display', 'none');