[Pkg-owncloud-commits] [owncloud] 259/394: remove , at end of js. IE8 chokes on this
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:12:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.
commit 7a138ca76fe715351017cc86e76dfa6b89b306cb
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Jan 2 17:10:55 2013 +0100
remove , at end of js. IE8 chokes on this
---
core/js/config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/js/config.js b/core/js/config.js
index f7a2927..563df4e 100644
--- a/core/js/config.js
+++ b/core/js/config.js
@@ -50,6 +50,6 @@ OC.AppConfig={
},
deleteApp:function(app){
OC.AppConfig.postCall('deleteApp',{app:app});
- },
+ }
};
//TODO OC.Preferences
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list