Fix marketplace showing for all edit properties buttons

This commit is contained in:
Ryan Huffman 2015-03-26 16:23:36 -07:00
parent 6925de468a
commit 28e2e65da9

View file

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