Commit 94e11e1e by Eric Fischer

Merge pull request #9463 from edx/efischer/js-flakes

Revert "Fix for flaky TeamDiscussionView js tests"
parents 6a1be48e 4d974730
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
var TeamDiscussionView = Backbone.View.extend({ var TeamDiscussionView = Backbone.View.extend({
initialize: function () { initialize: function () {
window.$$course_id = this.$el.data("course-id"); window.$$course_id = this.$el.data("course-id");
this.render();
}, },
render: function () { render: function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment