Skip to content

Commit

Permalink
fix(Symbol.observable): make observable declaration readonly (#3697) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored and benlesh committed Jun 1, 2018
1 parent 0b56964 commit e1c203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/symbol/observable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { root } from '../util/root';
however, we are no longer polyfilling Symbol.observable */
declare global {
interface SymbolConstructor {
observable: symbol;
readonly observable: symbol;
}
}

Expand Down

0 comments on commit e1c203f

Please sign in to comment.