Skip to content

Commit

Permalink
fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kmh287 committed May 15, 2017
1 parent e66efd3 commit 5090e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ function prepareAndRegisterServiceForDocShadowMode(global, extensions,
* @param {function(!./service/ampdoc-impl.AmpDoc):!Object=} opt_factory
*/
function registerServiceForDoc(ampdoc, name, opt_ctor, opt_factory) {
// TODO(kmh287): Refactor to remove opt_factory param once #9212 has been
// TODO(kmh287, #9292): Refactor to remove opt_factory param once #9212 has been
// in prod for two releases.
// Wrapping factory in function is necessary as opt_factory could be an
// arrow function, which cannot be used as constructors.
Expand Down

0 comments on commit 5090e3d

Please sign in to comment.