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
@@ -61,4 +61,4 @@
 
return Admin;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -147,4 +147,4 @@
};
 
window.Api = Api;
}).call(this);
}).call(window);
Loading
Loading
@@ -243,4 +243,4 @@ require('es6-promise').polyfill();
 
gl.utils.initTimeagoTimeout();
});
}).call(this);
}).call(window);
Loading
Loading
@@ -22,4 +22,4 @@
 
return Aside;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -59,4 +59,4 @@
 
return Autosave;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -377,4 +377,4 @@ var emojiAliases = require('emoji-aliases');
 
return AwardsHandler;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -25,4 +25,4 @@ var autosize = require('vendor/autosize');
autosize.update($fields);
return $fields.css('resize', 'vertical');
});
}).call(this);
}).call(window);
Loading
Loading
@@ -23,4 +23,4 @@
return e.preventDefault();
});
});
}).call(this);
}).call(window);
Loading
Loading
@@ -74,4 +74,4 @@ require('../extensions/jquery');
return $this.tooltip('hide');
});
});
}).call(this);
}).call(window);
Loading
Loading
@@ -59,4 +59,4 @@ require('../extensions/jquery');
return hideOrShowHelpBlock($form);
});
});
}).call(this);
}).call(window);
Loading
Loading
@@ -63,4 +63,4 @@
 
return BlobFileDropzone;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -20,4 +20,4 @@ require('./template_selector');
 
return BlobGitignoreSelector;
})(gl.TemplateSelector);
}).call(this);
}).call(window);
Loading
Loading
@@ -23,4 +23,4 @@
 
return BlobGitignoreSelectors;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -25,4 +25,4 @@ require('./template_selector');
 
return BlobLicenseSelector;
})(gl.TemplateSelector);
}).call(this);
}).call(window);
Loading
Loading
@@ -12,4 +12,4 @@ require('./edit_blob');
var blob = new EditBlob(url, $('.js-edit-blob-form').data('blob-language'));
new NewCommitForm($('.js-edit-blob-form'));
});
}).call(this);
}).call(window);
Loading
Loading
@@ -85,4 +85,4 @@
 
return EditBlob;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -69,4 +69,4 @@
})(this));
 
window.Breakpoints = Breakpoints;
}).call(this);
}).call(window);
Loading
Loading
@@ -31,4 +31,4 @@
}
});
});
}).call(this);
}).call(window);
Loading
Loading
@@ -275,4 +275,4 @@
 
return Build;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -23,4 +23,4 @@
 
return BuildArtifacts;
})();
}).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