remove , at end of js. IE8 chokes on this
This commit is contained in:
parent
a6733ff012
commit
4a7604daa2
|
@ -50,6 +50,6 @@ OC.AppConfig={
|
||||||
},
|
},
|
||||||
deleteApp:function(app){
|
deleteApp:function(app){
|
||||||
OC.AppConfig.postCall('deleteApp',{app:app});
|
OC.AppConfig.postCall('deleteApp',{app:app});
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
//TODO OC.Preferences
|
//TODO OC.Preferences
|
||||||
|
|
Loading…
Reference in New Issue