mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Remove global/this check
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
*/
|
||||
|
||||
io.util.Class = function(props){
|
||||
if (this == global)
|
||||
return io.util.Class.extend(props)
|
||||
return io.util.Class.extend(props)
|
||||
}
|
||||
|
||||
// --- Version
|
||||
|
||||
Reference in New Issue
Block a user