Comparing version 1.0.3 to 1.0.4
@@ -635,4 +635,4 @@ //Copyright 2014-2015 Google Inc. All rights reserved. | ||
); | ||
// No response from extension within 200ms -> no support | ||
setTimeout(reply.bind(null, false), 200); | ||
// No response from extension within 500ms -> no support | ||
setTimeout(reply.bind(null, false), 500); | ||
}; | ||
@@ -639,0 +639,0 @@ |
@@ -635,4 +635,4 @@ //Copyright 2014-2015 Google Inc. All rights reserved. | ||
); | ||
// No response from extension within 200ms -> no support | ||
setTimeout(reply.bind(null, false), 200); | ||
// No response from extension within 500ms -> no support | ||
setTimeout(reply.bind(null, false), 500); | ||
}; | ||
@@ -639,0 +639,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Gustaf Räntilä <g.rantila@gmail.com>", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet