Cherry-pick dcbed4f from jquery.webfonts upstream

dcbed4f: Remove magic date from version query string
<https://github.com/wikimedia/jquery.webfonts/commit/dcbed4f>

Change-Id: I8cbce12916b67601db93dcbca63d9985b6b49717
This commit is contained in:
Ori Livneh
2013-10-17 09:39:15 -07:00
parent f2701cb353
commit 27224935c6

View File

@@ -327,7 +327,7 @@
base = this.repository.base;
version = fontconfig.version;
versionSuffix = '?version=' + version + '&20120101';
versionSuffix = '?version=' + version;
fontFaceRule = '@font-face { font-family: \'' + fontFamily + '\';\n';
userAgent = window.navigator.userAgent;
fontStyle = fontconfig.fontstyle || 'normal';