Use double-quotes for setTimeout of UIxJSClose.wox

This commit is contained in:
Francis Lachapelle
2015-06-10 09:08:10 -04:00
parent a56dbeb6a9
commit e1ecf797f5
4 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright (C) 2007-2012 Inverse inc.
Copyright (C) 2007-2015 Inverse inc.
Copyright (C) 2004 SKYRIX Software AG
This file is part of SOGo
@@ -452,7 +452,7 @@ static SoProduct *commonProduct = nil;
jsClose = [UIxJSClose new];
[jsClose autorelease];
[jsClose setRefreshMethod: methodName];
[jsClose setRefreshMethod: [methodName doubleQuotedString]];
return jsClose;
}