mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Put goog.forwardDeclare()s in alphabetical order
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=158710116
This commit is contained in:
parent
f5f383dc38
commit
f3f5f7652b
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ goog.require('registry.EditItem');
|
||||||
goog.require('registry.forms');
|
goog.require('registry.forms');
|
||||||
goog.require('registry.util');
|
goog.require('registry.util');
|
||||||
|
|
||||||
goog.forwardDeclare('registry.Resource');
|
|
||||||
goog.forwardDeclare('registry.Console');
|
goog.forwardDeclare('registry.Console');
|
||||||
|
goog.forwardDeclare('registry.Resource');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue