Skip to content

Commit

Permalink
added __hasProp
Browse files Browse the repository at this point in the history
  • Loading branch information
blaines committed Jul 13, 2010
1 parent cb0bf85 commit 533b7b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var Channel, HOST, MESSAGE_BACKLOG, PORT, SESSION_TIMEOUT, channels, createSession, fu, kill_sessions, mem, qs, sessions, starttime, sys, url;
var __hasProp = Object.prototype.hasOwnProperty;
var __slice = Array.prototype.slice, __bind = function(func, obj, args) {
return function() {
return func.apply(obj || {}, args ? args.concat(__slice.call(arguments, 0)) : arguments);
Expand Down

0 comments on commit 533b7b1

Please sign in to comment.