Skip to content

Commit

Permalink
The ability to include the ‘params’ resource in a browser
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Mar 14, 2012
1 parent 9a4d944 commit 5706ae5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/resources/params.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = [
var params = [
'/?foo',
'/?foo=bar',
'/path/to/file/',
Expand All @@ -8,4 +8,8 @@ module.exports = [
'/myPage.html',
'/my-Page.html',
'/my_Page_hello.htm'
];
];

if (typeof module !== 'undefined' && module.exports) {
module.exports = params;
}

0 comments on commit 5706ae5

Please sign in to comment.