Skip to content

Fixed a typo: object.unobserve#21

Open
kelleyvanevert wants to merge 1 commit into
anywhichway:masterfrom
kelleyvanevert:master
Open

Fixed a typo: object.unobserve#21
kelleyvanevert wants to merge 1 commit into
anywhichway:masterfrom
kelleyvanevert:master

Conversation

@kelleyvanevert

Copy link
Copy Markdown

Ahem.. This typo has crept into the npm release.

@anywhichway

Copy link
Copy Markdown
Owner

@kelleyvanevert Why do you think there was a typo? The argument passed into the function is lower case:


Array.unobserve = function(object,callback) {
  -		  return object.unobserve(callback);
  +		  return Object.unobserve(callback);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants