Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Fix typo, add jsfiddle example [#880]
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Feb 3, 2012
1 parent d1d2e22 commit 086bcd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion media-methods/_posts/2012-12-12-destroy.md
Expand Up @@ -5,7 +5,7 @@ title: destroy

## Purpose ##

Remove all events associated with the instance, and stop the instances timeUpdate loop.
Remove all events associated with the instance, and stop the instance's timeUpdate loop.

## Use Case ##

Expand All @@ -26,6 +26,8 @@ Destroying a popcorn instance
pop.destroy();
{% endhighlight %}

* [live demo of destroy](http://jsfiddle.net/popcornjs/2NY5Y/)

## Related ##

* [Popcorn.destroy](/popcorn-docs/utility-methods/#Popcorn.destroy)
4 changes: 3 additions & 1 deletion utility-methods/_posts/2012-12-12-destroy.md
Expand Up @@ -5,7 +5,7 @@ title: Popcorn.destroy

## Purpose ##

Remove all events associated with the instance, and stop the instances timeUpdate loop.
Remove all events associated with the instance, and stop the instance's timeUpdate loop.

## Options ##

Expand All @@ -30,6 +30,8 @@ Destroying a popcorn instance
Popcorn.destroy( pop );
{% endhighlight %}

* [live demo of destroy](http://jsfiddle.net/popcornjs/2NY5Y/)

## Related ##

* [destroy](/popcorn-docs/media-methods/#destroy)

0 comments on commit 086bcd1

Please sign in to comment.