Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
RELNOTES: Remove forwardDeclare from goog.editor.PluginImpl
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 333163371
  • Loading branch information
12wrigja authored and shicks committed Sep 26, 2020
1 parent 2ce4ab8 commit c10c2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion closure/goog/editor/plugin_impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@

goog.provide('goog.editor.PluginImpl');

goog.forwardDeclare('goog.editor.Field');
goog.require('goog.events.EventTarget');
goog.require('goog.functions');
goog.require('goog.log');
goog.require('goog.object');
goog.require('goog.reflect');
goog.require('goog.userAgent');
goog.requireType('goog.dom.DomHelper');
goog.requireType('goog.editor.Field');
// TODO(user): Remove the dependency on goog.editor.Command asap. Currently only
// needed for execCommand issues with links.
goog.requireType('goog.events.BrowserEvent');
Expand Down

0 comments on commit c10c2b4

Please sign in to comment.