Site
- starting pong game 3d
This commit is contained in:
9
site/node_modules/stats/test/fixtures/simple.js
generated
vendored
Normal file
9
site/node_modules/stats/test/fixtures/simple.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
var foo = 'foo'
|
||||
, bar = 'bar'
|
||||
, baz = 'baz'
|
||||
, test;
|
||||
|
||||
console.log(foo = 'hey');
|
||||
console.log(bar);
|
||||
console.log(baz);
|
Reference in New Issue
Block a user