Skip to content

Commit

Permalink
Add Zepto support.
Browse files Browse the repository at this point in the history
From zeptojs.com:
Zepto is a minimalist JavaScript library for modern browsers with a
largely jQuery-compatible API. If you use jQuery, you already know how
to use Zepto.
  • Loading branch information
vkarampinis committed Feb 28, 2013
1 parent acad498 commit e581520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18next.js
Expand Up @@ -3,7 +3,7 @@
//= i18next.shim.js //= i18next.shim.js


var root = this var root = this
, $ = root.jQuery , $ = root.jQuery || root.Zepto
, i18n = {} , i18n = {}
, resStore = {} , resStore = {}
, currentLng , currentLng
Expand Down

0 comments on commit e581520

Please sign in to comment.