actually store the new Util object. how did this ever work before? fixes #5265

git-svn-id: file:///home/svn/framework3/trunk@13571 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-08-16 18:01:21 +00:00
parent f16e593628
commit 79b7fb7c43
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Railgun
def util
if @util.nil?
Util.new(self, client.platform)
@util = Util.new(self, client.platform)
end
return @util