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

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Correcting file paths
  • Loading branch information
Rich Gilbank committed Mar 5, 2015
1 parent 967c967 commit e9ffdf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/index.js
@@ -1,7 +1,7 @@
var self = require('sdk/self');

// a dummy function, to show how tests work.
// to see how to test this function, look at ../test/test-main.js
// a dummy function, to show how tests work.
// to see how to test this function, look at test/test-index.js
function dummy(text, callback) {
callback(text);
}
Expand Down

0 comments on commit e9ffdf4

Please sign in to comment.