SBT javascript library
问题 the tutorial from IBM connections playground is not working for me https://greenhouse.lotus.com/sbt/SBTPlayground.nsf/JavaScriptSnippets.xsp#snippet=Social_ActivityStreams_Controls_Simple_Stream_All_Extensions this works require(["sbt/dom", "sbt/config", "sbt/connections/controls/astream/ActivityStreamWrapper"], function(dom, config, ActivityStreamWrapper) { var activityStreamWrapper = new ActivityStreamWrapper({ feedUrl: "/basic/rest/activitystreams/@public/@all/@all?rollup=true" }); dom