From 086bcd159172350a082c7079e33cfacf606b90c3 Mon Sep 17 00:00:00 2001 From: Christopher De Cairos Date: Fri, 3 Feb 2012 12:43:29 -0500 Subject: [PATCH] Fix typo, add jsfiddle example [#880] --- media-methods/_posts/2012-12-12-destroy.md | 4 +++- utility-methods/_posts/2012-12-12-destroy.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-methods/_posts/2012-12-12-destroy.md b/media-methods/_posts/2012-12-12-destroy.md index 7ae0250..3071797 100644 --- a/media-methods/_posts/2012-12-12-destroy.md +++ b/media-methods/_posts/2012-12-12-destroy.md @@ -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 ## @@ -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) \ No newline at end of file diff --git a/utility-methods/_posts/2012-12-12-destroy.md b/utility-methods/_posts/2012-12-12-destroy.md index 360ca18..0da0d88 100644 --- a/utility-methods/_posts/2012-12-12-destroy.md +++ b/utility-methods/_posts/2012-12-12-destroy.md @@ -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 ## @@ -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) \ No newline at end of file