Skip to content

Commit

Permalink
One more...
Browse files Browse the repository at this point in the history
  • Loading branch information
eb1 committed Sep 21, 2016
1 parent 65fc0f5 commit 8d164cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/

/* jshint jasmine: true */
/* global cordova */

exports.defineAutoTests = function () {
describe('Fonts (navigator.Fonts)', function () {
Expand Down Expand Up @@ -61,7 +60,7 @@ exports.defineManualTests = function (contentEl, createActionButton) {

createActionButton('Display Fonts', function () {
clearLog();
var value = "", i = 0;
var i = 0;
if (navigator.Fonts) {
navigator.Fonts.getFontList(
function (fontlist) {
Expand Down

0 comments on commit 8d164cd

Please sign in to comment.