Browse Source

code review

pull/2/head
Raymond Hill 10 years ago
committed by gorhill
parent
commit
8436f11e5a
  1. 2
      meta/crx/vapi-background.js

2
meta/crx/vapi-background.js

@ -287,7 +287,7 @@ vAPI.messaging.setup = function(defaultHandler) {
}
if ( typeof defaultHandler !== 'function' ) {
defaultHandler = function(){ return null; };
defaultHandler = function(){ return vAPI.messaging.UNHANDLED; };
}
this.defaultHandler = defaultHandler;

Loading…
Cancel
Save