1
0
Fork 0

Case of poor copy-and-paste

closure/master
Mike Gerwitz 2010-11-15 18:31:10 -05:00
parent ce038a871b
commit 0b4ec19911
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@
* @package test
*/
// don't perform these tests if getters/setters are unsupported
if ( Object.prototype.__defineGetter__ === undefined )
{
return;
}
require( './common' );
var assert = require( 'assert' ),