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

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Mar 24, 2014
1 parent d38e028 commit 1a164af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/declaration/polymer-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@
|| this.waitingForResources()) {
return;
}
// TODO(sorvell): ends up calling '_register' by virtue
// of `waitingForQueue` (see below)
queue.go(this);
},


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

0 comments on commit 1a164af

Please sign in to comment.