test: Fix widget cache

This commit is contained in:
Emmanuel Lepage Vallee 2016-05-30 23:12:39 -04:00
parent 505db433d6
commit 72c437a7c8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ return {
return width or 10, height or 10 return width or 10, height or 10
end end
end end
w._widget_caches = {} w._private.widget_caches = {}
return w return w
end, end,