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

remove extra argument to extractInstanceAt #113

Merged
merged 1 commit into from
Jun 26, 2013

Conversation

jmesserly
Copy link
Contributor

There seems to be an extra argument passed to this function, as extractInstanceAt only takes 1 arg (the index).
I ran tests/index.html before and after and it all looks good.

@@ -1360,7 +1360,7 @@
splices.forEach(function(splice) {
splice.removed.forEach(function(model) {
var instanceNodes =
this.extractInstanceAt(splice.index + removeDelta, instanceNodes);
this.extractInstanceAt(splice.index + removeDelta);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is one char away from fitting on the previous line :)

@arv
Copy link
Contributor

arv commented Jun 26, 2013

LGTM

arv added a commit that referenced this pull request Jun 26, 2013
remove extra argument to extractInstanceAt
@arv arv merged commit 888e677 into googlearchive:master Jun 26, 2013
@jmesserly jmesserly deleted the removeExtraArg branch September 2, 2014 19:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants