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
@@ -101,4 +101,4 @@
 
return ProjectSelect;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -6,6 +6,6 @@
 
return ProjectShow;
})();
}).call(this);
}).call(window);
 
// I kept class for future
Loading
Loading
@@ -47,4 +47,4 @@
});
}
};
}).call(this);
}).call(window);
Loading
Loading
@@ -12,4 +12,4 @@
$(document).on('ready load', function() {
return $('body').renderGFM();
});
}).call(this);
}).call(window);
Loading
Loading
@@ -51,4 +51,4 @@
});
}
};
}).call(this);
}).call(window);
Loading
Loading
@@ -217,4 +217,4 @@
 
return Sidebar;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -97,4 +97,4 @@
 
return Search;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -97,4 +97,4 @@
}
};
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -37,4 +37,4 @@ require('./shortcuts');
 
return ShortcutsDashboardNavigation;
})(Shortcuts);
}).call(this);
}).call(window);
Loading
Loading
@@ -35,4 +35,4 @@ require('./shortcuts_navigation');
 
return ShortcutsFindFile;
})(ShortcutsNavigation);
}).call(this);
}).call(window);
Loading
Loading
@@ -89,4 +89,4 @@ require('./shortcuts_navigation');
 
return ShortcutsIssuable;
})(ShortcutsNavigation);
}).call(this);
}).call(window);
Loading
Loading
@@ -65,4 +65,4 @@ require('./shortcuts');
 
return ShortcutsNavigation;
})(Shortcuts);
}).call(this);
}).call(window);
Loading
Loading
@@ -25,4 +25,4 @@ require('./shortcuts_navigation');
 
return ShortcutsNetwork;
})(ShortcutsNavigation);
}).call(this);
}).call(window);
Loading
Loading
@@ -95,4 +95,4 @@
}
});
};
}).call(this);
}).call(window);
Loading
Loading
@@ -13,4 +13,4 @@ requireAll(require.context('.', false, /^\.\/(?!snippet_bundle).*\.(js|es6)$/));
$(".snippet-file-content").val(editor.getValue());
});
});
}).call(this);
}).call(window);
Loading
Loading
@@ -27,4 +27,4 @@
 
return Star;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -31,4 +31,4 @@
 
return SubscriptionSelect;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -24,4 +24,4 @@
}
}
};
}).call(this);
}).call(window);
Loading
Loading
@@ -65,4 +65,4 @@
 
return TreeView;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -24,4 +24,4 @@
 
return U2FError;
})();
}).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