OSDN Git Service

[DEBUG] modify the way to import and export Eos, DB class v0.3.0p0019
authorhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Mon, 25 Jan 2016 19:59:44 +0000 (04:59 +0900)
committerhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Mon, 25 Jan 2016 19:59:44 +0000 (04:59 +0900)
commitd46bddbc371de708a21b976ffcc0e37550de1bfc
tree78da261ad55ab572ff069599950081150865a45d
parent7a4b19f14b3a88475415782fa64794817121346a
[DEBUG] modify the way to import and export Eos, DB class
    if you import Eos or DB,
    var eos = require('path/to/Eos.js').instance
    var db = require('path/to/DB.js').instance
    db.init(); // return promise
package.json
server/api/v1/fileUpload/index.js
server/app.js
server/class/DB.js
server/class/Eos.js
test/mocha/DB.test.js
test/mocha/Eos.test.js