Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Remove superfluous semi-colon (thank you codefactor.io) #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lib/VSS.SDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ var XDM;
return XDMObjectRegistry;
}());
XDM.XDMObjectRegistry = XDMObjectRegistry;
;
/**
* The registry of global XDM handlers
*/
Expand Down Expand Up @@ -1397,4 +1396,4 @@ var VSS;
});
}
}
})(VSS || (VSS = {}));
})(VSS || (VSS = {}));