Skip to content

Commit

Permalink
Released 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Sep 15, 2013
1 parent dd30a9f commit 36776cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sifter.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,8 @@

var DIACRITICS = {
'a': '[aÀÁÂÃÄÅàáâãäå]',
'c': '[cÇç]',
'c': '[cÇçćĆčČ]',
'd': '[dđĐ]',
'e': '[eÈÉÊËèéêë]',
'i': '[iÌÍÎÏìíîï]',
'n': '[nÑñ]',
Expand All @@ -428,5 +429,5 @@
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

return Sifter;
}));

}));
2 changes: 1 addition & 1 deletion sifter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36776cc

Please sign in to comment.