mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02: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:
parent
90e298fb39
commit
5056e48363
2 changed files with 2 additions and 4 deletions
|
@ -14,11 +14,10 @@
|
||||||
|
|
||||||
goog.provide('registry.Component');
|
goog.provide('registry.Component');
|
||||||
|
|
||||||
|
goog.forwardDeclare('registry.Console');
|
||||||
goog.require('goog.events.EventHandler');
|
goog.require('goog.events.EventHandler');
|
||||||
goog.require('registry.util');
|
goog.require('registry.util');
|
||||||
|
|
||||||
goog.forwardDeclare('registry.Console');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
goog.provide('registry.registrar.AdminSettings');
|
goog.provide('registry.registrar.AdminSettings');
|
||||||
|
|
||||||
|
goog.forwardDeclare('registry.registrar.Console');
|
||||||
goog.require('goog.array');
|
goog.require('goog.array');
|
||||||
goog.require('goog.dom');
|
goog.require('goog.dom');
|
||||||
goog.require('goog.dom.classlist');
|
goog.require('goog.dom.classlist');
|
||||||
|
@ -26,8 +27,6 @@ goog.require('registry.Resource');
|
||||||
goog.require('registry.ResourceComponent');
|
goog.require('registry.ResourceComponent');
|
||||||
goog.require('registry.soy.registrar.admin');
|
goog.require('registry.soy.registrar.admin');
|
||||||
|
|
||||||
goog.forwardDeclare('registry.registrar.Console');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue