Merge pull request #605 from marcus/patch-1

Remove unused variable from HotModuleReplacementPlugin.js
This commit is contained in:
Tobias Koppers 2014-12-03 10:40:16 +01:00
commit 1093277a8b
1 changed files with 0 additions and 1 deletions

View File

@ -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);