mirror of https://github.com/webpack/webpack.git
Merge pull request #605 from marcus/patch-1
Remove unused variable from HotModuleReplacementPlugin.js
This commit is contained in:
commit
1093277a8b
|
|
@ -331,7 +331,6 @@ var hotInitCode = Template.getFunctionContent(function() {
|
|||
var hotStatus = "idle";
|
||||
|
||||
function hotSetStatus(newStatus) {
|
||||
var oldStatus = hotStatus;
|
||||
hotStatus = newStatus;
|
||||
for(var i = 0; i < hotStatusHandlers.length; i++)
|
||||
hotStatusHandlers[i].call(null, newStatus);
|
||||
|
|
|
|||
Loading…
Reference in New Issue