Timers and other features for Heroes of the Storm
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- 'use strict'
-
- /* eslint-disable */
- require('eventsource-polyfill')
- var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
-
- hotClient.subscribe(function (event) {
- if (event.action === 'reload') {
- window.location.reload()
- }
- })
|