| Index: sky/framework/inspector/inspector.sky
|
| diff --git a/sky/framework/inspector/inspector.sky b/sky/framework/inspector/inspector.sky
|
| index b87ff75f98576b81e596fec2b2fb59bd5b253ca4..62c53fb3bf2fca72a4d6cb2f24ea0e80709ead83 100644
|
| --- a/sky/framework/inspector/inspector.sky
|
| +++ b/sky/framework/inspector/inspector.sky
|
| @@ -82,7 +82,7 @@ InspectorBackend.prototype.onMessage = function(data) {
|
| return;
|
| this.unansweredMessages_.push(message.id);
|
| // FIXME: This magic return value is kinda hacky.
|
| - if (result != this.ASYNC_RESPONSE)
|
| + if (result !== this.ASYNC_RESPONSE)
|
| this.sendResponse(message.id, result);
|
| else {
|
| window.setTimeout(function() {
|
|
|