mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Fix linter errors introduced by CL 236568443.
Note that the Bazel closure rules run the linter at head, while fixjs/cider/critique/etc run the released version, so they will complain about the formatting introduced by this CL until a new release is out. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=237358273
This commit is contained in:
@@ -14,11 +14,10 @@
|
||||
|
||||
goog.provide('registry.Component');
|
||||
|
||||
goog.forwardDeclare('registry.Console');
|
||||
goog.require('goog.events.EventHandler');
|
||||
goog.require('registry.util');
|
||||
|
||||
goog.forwardDeclare('registry.Console');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
goog.provide('registry.registrar.AdminSettings');
|
||||
|
||||
goog.forwardDeclare('registry.registrar.Console');
|
||||
goog.require('goog.array');
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.dom.classlist');
|
||||
@@ -26,8 +27,6 @@ goog.require('registry.Resource');
|
||||
goog.require('registry.ResourceComponent');
|
||||
goog.require('registry.soy.registrar.admin');
|
||||
|
||||
goog.forwardDeclare('registry.registrar.Console');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user