Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Name exported function for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijar committed Jul 28, 2015
1 parent a706335 commit 9127a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/navigateAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
var objectAssign = require('object-assign');
var debug = require('debug')('navigateAction');

module.exports = function (context, payload, done) {
module.exports = function navigateAction (context, payload, done) {
debug('dispatching NAVIGATE_START', payload);
context.dispatch('NAVIGATE_START', payload);

Expand Down

0 comments on commit 9127a67

Please sign in to comment.