From 8eb4f2a4e21519f52528100222bdeb35e443170d Mon Sep 17 00:00:00 2001 From: "Chakib (spike) Benziane" Date: Wed, 16 May 2012 20:28:45 +0200 Subject: [PATCH] removed undocummented features --- example/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/index.html b/example/index.html index 1f3e7a3..fc26f70 100644 --- a/example/index.html +++ b/example/index.html @@ -56,7 +56,7 @@

It's a plugin that make it possible for any button to float on it's parent div

- + @@ -179,8 +179,8 @@

Just put the icons inside the button

- - + +
@@ -284,7 +284,7 @@ $('.hover').magicBtn({hover: true}); $('.hover').magicBtn('show'); - $('.icon').magicBtn({hover: true, alignment: 'top', hoverText:true}); + $('.icon').magicBtn({hover: true, alignment: 'top'}); $('.icon').magicBtn('show'); $('.well .magicBtn').magicBtn('show');