This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
The bug stated (and is not yet fixed as of 1.3.6) when upgraded from 1.3.0-rc.0 to 1.3.0-rc.1. Sorry to report this late, but I couldn't figure it out.
The bug is easily reproduced by:
Object.prototype.x = function(){};
I think this is a bug, since prevent the user from using prototypes.