1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Dev fix: Add ai to the list of Hungarian comapt options

This commit is contained in:
Allan Jardine 2014-01-31 13:24:50 +00:00
parent ee4ee545d1
commit 3eeb09a06d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
c2ea3fed769ec5de9a9ef9d8b26c0cdf71619fb1 7fbc79e70c9c07598dc03ad46053a081165e9463

View File

@ -272,7 +272,7 @@
function _fnHungarianMap ( o ) function _fnHungarianMap ( o )
{ {
var var
hungarian = 'a aa ao as b fn i m o s ', hungarian = 'a aa ai ao as b fn i m o s ',
match, match,
newKey, newKey,
map = {}; map = {};