Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 1a164af

Browse files
author
Scott J. Miles
committed
add comment
1 parent d38e028 commit 1a164af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/declaration/polymer-element.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@
4141
|| this.waitingForResources()) {
4242
return;
4343
}
44+
// TODO(sorvell): ends up calling '_register' by virtue
45+
// of `waitingForQueue` (see below)
4446
queue.go(this);
4547
},
4648

47-
4849
// TODO(sorvell): refactor, this method is private-ish, but it's being
4950
// called by the queue object.
5051
_register: function() {

0 commit comments

Comments
 (0)