MDL-36696 - filepicker: remove superfluous comma

It causes problems with older versions of IE.
This commit is contained in:
Paul Verrall
2012-11-19 15:48:23 +00:00
parent 6548ce0915
commit 4ca66b68f8
+1 -1
View File
@@ -1024,7 +1024,7 @@ M.core_filepicker.init = function(Y, options) {
var nextpage = this.active_repo.page+1;
var args = {
page: nextpage,
repo_id: this.active_repo.id,
repo_id: this.active_repo.id
};
var action = this.active_repo.issearchresult ? 'search' : 'list';
this.request({