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
@@ -49,4 +49,4 @@
 
inputs.each(toggleClearInput);
};
}).call(this);
}).call(window);
Loading
Loading
@@ -108,4 +108,4 @@ require('./merge_request_tabs');
 
return MergeRequest;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -42,4 +42,4 @@
 
return MergedButtons;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -172,4 +172,4 @@
 
return Milestone;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -199,4 +199,4 @@
 
return MilestoneSelect;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -83,4 +83,4 @@
 
return NamespaceSelects;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -421,4 +421,4 @@
y: h
});
};
}).call(this);
}).call(window);
Loading
Loading
@@ -17,4 +17,4 @@
 
return Network;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -19,4 +19,4 @@ requireAll(require.context('.', false, /^\.\/(?!network_bundle).*\.(js|es6)$/));
});
return new ShortcutsNetwork(network_graph.branch_graph);
});
}).call(this);
}).call(window);
Loading
Loading
@@ -100,4 +100,4 @@
 
return NewBranchForm;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -30,4 +30,4 @@
 
return NewCommitForm;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -937,4 +937,4 @@ require('./task_list');
 
return Notes;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -28,4 +28,4 @@
 
return NotificationsDropdown;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -54,4 +54,4 @@
 
return NotificationsForm;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -126,4 +126,4 @@
 
return Project;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -17,4 +17,4 @@
 
return ProjectAvatar;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -168,4 +168,4 @@
 
return ProjectFindFile;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -10,4 +10,4 @@
 
return ProjectFork;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -10,4 +10,4 @@
 
return ProjectImport;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -101,4 +101,4 @@
 
return ProjectNew;
})();
}).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