Merge pull request from huffman/fix-edit-buttons

Fix marketplace showing for all edit properties buttons
This commit is contained in:
Brad Hefta-Gaub 2015-03-26 16:38:47 -07:00
commit 0cee3892ff

View file

@ -1162,7 +1162,7 @@ PropertiesTool = function(opts) {
}
pushCommandForSelections();
selectionManager._update();
} else if (data.type = "showMarketplace") {
} else if (data.type == "showMarketplace") {
if (marketplaceWindow.url != data.url) {
marketplaceWindow.setURL(data.url);
}