Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Literal args comma fix #1577

Merged
merged 14 commits into from
May 22, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
_executeStaticEffects at configure-time
  • Loading branch information
Scott J Miles authored and kevinpschaaf committed May 20, 2015
commit 6fd5ef8cddce7a294cdecc738b627973f5c21efc
3 changes: 3 additions & 0 deletions src/standard/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
// configure: returns user supplied default property values
// combines with _config to create final property values
_configure: function() {
// TODO(sjmiles): does what?
this._configureAnnotationReferences();
// process static effects, e.g. computations that have only literal arguments
this._executeStaticEffects();
// get individual default values from property configs
var config = {};
// mixed-in behaviors
Expand Down