Skip to content

Commit c28357f

Browse files
committed
Added NetworkTables to the window object
1 parent 1f1501a commit c28357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynetworktables2js/js/networktables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,4 @@ const NetworkTables = new function () {
336336
createSocket();
337337
};
338338

339-
339+
window.NetworkTables = NetworkTables;

0 commit comments

Comments
 (0)