Quantcast

Follow Model-View-Controller better to avoid infinite loops.

Author Johnny C. Lam <jlam88@gmail.com>
Author date 2014-07-14 01:25:28
Author local date 2014-07-13 21:25:28 -0400
Committer Johnny C. Lam <jlam88@gmail.com>
Committer date 2014-07-17 05:16:26
Committer local date 2014-07-17 01:16:26 -0400
Commit 3e96e6fe33cd3c5ec141492a5299a2f9b3135908
Tree 87ccef0da518524e3fce2950fcd28803d6e71270
Parent 16770a786788eab7199ec2ca0ab741f9dbe28f7e
Follow Model-View-Controller better to avoid infinite loops.

This avoids UpdateIcons() calling EvaluateScript() which may call
UpdateIcons() again.