Skip to content

Commit

Permalink
Remove support for passing custom families into WFL config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahume committed Nov 9, 2011
1 parent 72d28a0 commit e914d99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fontdeck/fontdeck_script.js
Expand Up @@ -21,7 +21,6 @@ webfont.FontdeckScript.prototype.getScriptSrc = function(projectId) {

webfont.FontdeckScript.prototype.supportUserAgent = function(userAgent, support) {
var projectId = this.configuration_['id'];
var families = this.configuration_['families'] || null;
var self = this;

if (projectId) {
Expand Down

0 comments on commit e914d99

Please sign in to comment.