Tweak example settings for functionGlobalContext

Make it more obvious there should be a single hash, not multiple
This commit is contained in:
Nick O'Leary 2014-08-29 09:34:13 +01:00
parent e256110eac
commit 44ec551ed9
1 changed files with 5 additions and 3 deletions

View File

@ -112,8 +112,10 @@ module.exports = {
// can be accessed in a function block as:
// context.global.os
functionGlobalContext: { }
//functionGlobalContext: { bonescript:require('bonescript') }
//functionGlobalContext: { arduino:require('duino') }
functionGlobalContext: {
// os:require('os'),
// bonescript:require('bonescript'),
// arduino:require('duino')
}
}