Dev: Get tool

This commit is contained in:
surunzi
2016-04-21 15:36:51 +08:00
parent 6ca0916f39
commit 7429034b76

View File

@@ -57,9 +57,7 @@ function appendContainer()
module.exports = {
get(name)
{
devTools.get(name);
return this;
return devTools.get(name);
},
add(tool)
{