Skip to content
Snippets Groups Projects
Commit 0f31c5a9 authored by Mike Greiling's avatar Mike Greiling
Browse files

replace implicit this == window with explicit binding

parent 71377c1a
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
Loading
Loading
@@ -11,4 +11,4 @@
 
return Commit;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -11,4 +11,4 @@
 
return CommitFile;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -173,4 +173,4 @@
 
return ImageFile;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -65,4 +65,4 @@
 
return CommitsList;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -88,4 +88,4 @@
 
return Compare;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -66,4 +66,4 @@
 
return CompareAutocomplete;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -28,4 +28,4 @@
 
return ConfirmDangerModal;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -46,4 +46,4 @@ window.Clipboard = require('vendor/clipboard');
clipboard.on('success', genericSuccess);
return clipboard.on('error', genericError);
});
}).call(this);
}).call(window);
Loading
Loading
@@ -383,4 +383,4 @@ const ShortcutsBlob = require('./shortcuts_blob');
 
return Dispatcher;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -216,4 +216,4 @@ require('./preview_markdown');
 
return DropzoneInput;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -13,4 +13,4 @@
return $(this).removeAttr('disabled').removeClass('disabled');
}
});
}).call(this);
}).call(window);
Loading
Loading
@@ -144,4 +144,4 @@
}
});
};
}).call(this);
}).call(window);
Loading
Loading
@@ -39,4 +39,4 @@
 
return Flash;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -380,4 +380,4 @@
(dataToInspect === loadingState || dataToInspect.name === loadingState);
}
};
}).call(this);
}).call(window);
Loading
Loading
@@ -846,4 +846,4 @@
}
});
};
}).call(this);
}).call(window);
Loading
Loading
@@ -15,4 +15,4 @@
 
return StatGraph;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -113,4 +113,4 @@ window.d3 = require('d3');
 
return ContributorsStatGraph;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -273,4 +273,4 @@ window.d3 = require('d3');
 
return ContributorsAuthorGraph;
})(ContributorsGraph);
}).call(this);
}).call(window);
Loading
Loading
@@ -135,4 +135,4 @@
}
}
};
}).call(this);
}).call(window);
Loading
Loading
@@ -17,4 +17,4 @@
 
return GroupAvatar;
})();
}).call(this);
}).call(window);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment