From dab3b4c4f33a032ebb6d9fb977d5ec8a4084ed35 Mon Sep 17 00:00:00 2001
From: Minh Nguyen <mnx2012@gmail.com>
Date: Fri, 12 Dec 2014 17:49:28 +0700
Subject: [PATCH] correct example

---
 example/css-animate.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/css-animate.html b/example/css-animate.html
index 6356420..6fd37bd 100644
--- a/example/css-animate.html
+++ b/example/css-animate.html
@@ -87,7 +87,7 @@ <h1><a href="http://vnjs.net/www/project/freewall/">Free Wall</a></h1>
 				cellH: 200,
 				delay: 50,
 				onResize: function() {
-					ewall.fitWidth();
+					wall.fitWidth();
 				}
 			});
 			wall.fitWidth();