Skip to content

Commit

Permalink
ordererd require section
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc committed May 31, 2012
1 parent ee0baa3 commit 5ca6062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/router.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var util = require('util'),
XRegExp = require('xregexp').XRegExp,
caseRegExp = /([A-Z]+[a-z]|[A-Z]+)/g,
LinkedList = require('linkedlist'),
caseRegExp = /([A-Z]+[a-z]|[A-Z]+)/g,
HTTP_METHODS = ['head', 'get', 'post', 'put', 'delete', 'trace', 'options', 'connect', 'patch']

var Router = module.exports = function (options) {
Expand Down

0 comments on commit 5ca6062

Please sign in to comment.