File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ <h1>StreamBIM widget demo</h1>
112112
113113 var getProjectIdClicked = function ( ) {
114114 StreamBIM . getProjectId ( ) . then ( ( result ) => {
115- logEvent ( 'Got project ID: ' + result ;
115+ logEvent ( 'Got project ID: ' + result ) ;
116116 } ) . catch ( function ( error ) {
117117 logError ( 'getProjectId' , error ) ;
118118 } ) ;
119119 }
120120
121121 var getCameraStateClicked = function ( ) {
122122 StreamBIM . getCameraState ( ) . then ( ( result ) => {
123- logEvent ( 'Got camera state: ' + JSON . stringify ( result ) ;
123+ logEvent ( 'Got camera state: ' + JSON . stringify ( result ) ) ;
124124 window . lastCameraState = result ;
125125 } ) . catch ( function ( error ) {
126126 logError ( 'getCameraState' , error ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " streambim-widget-api" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " A JavaScript library for interacting with StreamBIM from within an embedded widget." ,
55 "main" : " dist/streambim-widget-api.min.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments