Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #8869: Add innerHTML lint check #8870

Merged
merged 10 commits into from
Mar 28, 2020
Prev Previous commit
Merge remote-tracking branch 'upstream/develop' into add-innerHTML-li…
…nt-check
  • Loading branch information
Kevin Thomas committed Mar 27, 2020
commit dca94ed9f9066e7f573b69ad44e150814dcd3874
5 changes: 0 additions & 5 deletions core/templates/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ require('I18nFooter.ts');

require('Polyfills.ts');

// TODO(#7222): Remove the following block of unnnecessary imports once
// the code corresponding to the spec is upgraded to Angular 8.
import { UpgradedServices } from 'services/UpgradedServices';
// ^^^ This block is to be removed.

const sourceMappedStackTrace = require('sourcemapped-stacktrace');

angular.module('oppia').config([
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.