Game
- Add deltaTime of player bar - Add top jumper animation
This commit is contained in:
11
site/real_game/node_modules/stats/test/test.ternary.js
generated
vendored
Normal file
11
site/real_game/node_modules/stats/test/test.ternary.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
/**
|
||||
* Module dependencies.
|
||||
*/
|
||||
|
||||
var stats = require('../')
|
||||
, common = require('./common');
|
||||
|
||||
var stats = stats.parse('"foo" ? "bar" : "baz"');
|
||||
stats.should.have.property('statements', 1);
|
||||
stats.should.have.property('strings', 3);
|
Reference in New Issue
Block a user