mirror of https://github.com/nodejs/node.git
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
|
var sys = require('sys');
|
||
|
|
||
|
//sys.puts('puts before');
|
||
|
|
||
|
Object.prototype.xadsadsdasasdxx = function () {
|
||
|
};
|
||
|
|
||
|
sys.puts('puts after');
|