From 845c6e15334701c00a14425bbc8f7f0be6cbd294 Mon Sep 17 00:00:00 2001 From: coffeebite Date: Wed, 7 Sep 2016 15:02:42 -0700 Subject: [PATCH] Define method accepts a value. --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.html b/docs.html index 7b1f3a2..d238dc2 100644 --- a/docs.html +++ b/docs.html @@ -236,7 +236,7 @@ gm("img.png").append("another.jpg", "third.gif", true)
gm("img.png").deconstruct()
  • define -
    gm("img.png").define()
    +
    gm("img.png").define(value)
  • delay

    `amount` is in hundreths of a second.