Add unexport function to onoffsim GPIO object

This commit is contained in:
mmcwilliams 2017-09-25 23:26:47 -04:00
parent 495e59eae2
commit ceb961ebd6
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ const onoffsim = {
},
watch : function (cb) {
this.watchFunc = cb
},
unexport : function () {
}
}
}