aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/api/frontends/latest/instantiate.js
blob: 82ff9711132559fd7ac3dc72a1bbcc82cdc375ab (plain)
1
2
3
4
// Instantiate after the DOM is parsed
HashOverLatest.onReady (function () {
	window.hashoverLatest = new HashOverLatest ();
});