(bug 31411) Remove stray comma introduced in r86853, broke WikiEditor in IE

This commit is contained in:
Roan Kattouw 2011-10-06 13:15:03 +00:00
parent d19d319105
commit fe7b614517
Notes: Roan Kattouw 2011-10-06 13:15:03 +00:00

View file

@ -457,7 +457,7 @@ getDefaultConfig: function() {
},
'offset': {
'default': [-70, -142],
'default-rtl': [-70, -502],
'default-rtl': [-70, -502]
},
'action': {
'type': 'encapsulate',