Added game info bar
This commit is contained in:
index.jspackage-lock.jsonpackage.json
node_modules
.bin
commander
diff
escape-string-regexp
glob
growl
jade
.npmignoreLICENSEpackage.jsonruntime.jsruntime.min.jstest.jade
bin
index.jsjade.jsjade.mdjade.min.jslib
compiler.jsdoctypes.jsfilters.jsinline-tags.jsjade.jslexer.js
nodes
attrs.jsblock-comment.jsblock.jscase.jscode.jscomment.jsdoctype.jseach.jsfilter.jsindex.jsliteral.jsmixin.jsnode.jstag.jstext.js
parser.jsruntime.jsself-closing.jsutils.jsnode_modules
commander
mkdirp
testing
lru-cache
minimatch
minimist
mkdirp
mocha
CHANGELOG.mdLICENSEmocha.cssmocha.jspackage.json
bin
images
index.jslib
browser
context.jshook.jsinterfaces
mocha.jsms.jspending.jsreporters
base.jsdoc.jsdot.jshtml-cov.jshtml.jsindex.jsjson-cov.jsjson-stream.jsjson.jslanding.jslist.jsmarkdown.jsmin.jsnyan.jsprogress.jsspec.jstap.js
runnable.jsrunner.jssuite.jstemplate.htmltest.jsutils.jstemplates
xunit.jsnode_modules
debug
.jshintrc.npmignoreHistory.mdMakefileReadme.mdbower.jsonbrowser.jscomponent.jsondebug.jsnode.jspackage.json
ms
quick-local-ip
sigmund
supports-color
to-iso-string
public
9
node_modules/glob/examples/g.js
generated
vendored
Normal file
9
node_modules/glob/examples/g.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var Glob = require("../").Glob
|
||||
|
||||
var pattern = "test/a/**/[cg]/../[cg]"
|
||||
console.log(pattern)
|
||||
|
||||
var mg = new Glob(pattern, {mark: true, sync:true}, function (er, matches) {
|
||||
console.log("matches", matches)
|
||||
})
|
||||
console.log("after")
|
Reference in New Issue
Block a user