Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Clean linting on client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jan 21, 2016
1 parent 3fd1e20 commit bb5cf9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

;

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
var _typeof = function (obj) {

return obj && typeof Symbol !== 'undefined' && obj.constructor === Symbol ? 'symbol' : typeof obj;
};

var Url = require('url');
var Hoek = require('hoek');
Expand Down

0 comments on commit bb5cf9c

Please sign in to comment.