Timers and other features for Heroes of the Storm
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- '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()
- }
- })
|