removed commented out line

This commit is contained in:
Baris Soner Usakli
2013-08-29 21:19:35 -04:00
parent ab9cf6d036
commit 106157a951

View File

@@ -8,7 +8,6 @@ define(['taskbar'], function(taskbar) {
};
function createImageLabel(img, postImages) {
// var imageLabel = $('<div class="label label-primary"><span>'+ img.name +'</span></div>');
var imageLabel = $('<span class="label label-primary">' + img.name +'</span>');
var closeButton = $('<button class="close">&times;</button>');