Remove global/this check

This commit is contained in:
Guillermo Rauch
2010-03-17 13:07:18 -07:00
parent 7aaf567a35
commit 0600a19ef8

View File

@@ -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