Merge pull request #173 from hideheader/update-failure

Updating from Style Manager failure
This commit is contained in:
Jason Barnabe 2016-06-03 21:10:41 -05:00
commit b9cec8d4f6

View File

@ -360,7 +360,7 @@ function doUpdate(event) {
// updating the UI will be handled by the general update listener
lastUpdatedStyleId = updatedCode.id;
chrome.runtime.sendMessage(updatedCode);
chrome.runtime.sendMessage(updatedCode, function () {});
}
function codeIsEqual(a, b) {