Add link nodes

This commit is contained in:
Nick O'Leary
2016-02-12 23:18:08 +00:00
parent f07c8108fc
commit e1d09349ff
6 changed files with 135 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/**
* Copyright 2015 IBM Corp.
* Copyright 2015, 2016 IBM Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -67,6 +67,7 @@ function createNodeApi(node) {
nodes: {},
log: {},
settings: {},
events: runtime.events,
util: runtime.util,
version: runtime.version,
}