Remove trailing comma in common.js that IE is known to choke on. props ocean90, fixes #13260.

git-svn-id: https://develop.svn.wordpress.org/trunk@14472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-06 14:13:31 +00:00
parent 465cce3e6a
commit 8cf4e1051f
3 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ columns = {
return id.substring( id, id.length - 5 );
}).get().join(',');
};
},
}
}
$(document).ready(function(){columns.init();});