From 121c183db1d8150319c133b65c54f730f17ad767 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Thu, 27 Jun 2013 14:38:52 -0500 Subject: [PATCH] Fail if other font types are found --- src/fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fonts.js b/src/fonts.js index 7c341aec7..e103a0893 100644 --- a/src/fonts.js +++ b/src/fonts.js @@ -2494,7 +2494,7 @@ var Font = (function FontClosure() { break; default: - warn('Font ' + type + ' is not supported'); + error('Font ' + type + ' is not supported'); break; }