changeset 26:f3cd3dc2f451

compatibility change for latest jetpack version
author Atul Varma <varmaa@toolness.com>
date Tue, 12 May 2009 23:00:29 -0700
parents 7463235c32bd
children 305345a0e472
files sample-jetpack-feed/sample-jetpack-feed.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sample-jetpack-feed/sample-jetpack-feed.js	Tue May 12 03:30:13 2009 -0700
+++ b/sample-jetpack-feed/sample-jetpack-feed.js	Tue May 12 23:00:29 2009 -0700
@@ -1,4 +1,4 @@
-addStatusBarPanel({
+Jetpack.statusBar.append({
   html: "<p>kill flash</p>",
   onLoad: function(panel) {
     var button = $(panel).find("p");