slightly awkward positioning beforehand

This commit is contained in:
Evan Carroll
2015-11-03 16:21:12 -06:00
parent 97c2fd11e2
commit 3e178c4260
+2 -2
View File
@@ -20,8 +20,8 @@ Element Notifications
$(".elem-demo").notify("Hello World"); $(".elem-demo").notify("Hello World");
// where x is one letter: [t]op, [b]ottom, [m]iddle // where x is one letter: [t]op [m]iddle [b]ottom
// where y is one letter: [l]eft, [r]ight, [c]enter // where y is one letter: [l]eft [c]enter [r]ight
$(".elem-demo").notify("Hello World", {position: "x y"}); $(".elem-demo").notify("Hello World", {position: "x y"});
COPYRIGHT COPYRIGHT