Fix broken spec

This commit is contained in:
Filipa Lacerda 2017-04-06 13:25:20 +01:00 committed by Kamil Trzcinski
parent e6571ed9f9
commit 0dd3ce6288
No known key found for this signature in database
GPG Key ID: 4505F5C7E12C6A5A
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ $(() => {
if (pipelineTableViewEl && pipelineTableViewEl.dataset.disableInitialization === undefined) {
gl.commits.pipelines.PipelinesTableBundle = new CommitPipelinesTable().$mount();
document.querySelector('#commit-pipeline-table-view').appendChild(this.pipelinesTableBundle.$el);
document.querySelector('#commit-pipeline-table-view').appendChild(gl.commits.pipelines.PipelinesTableBundle.$el);
}
});