Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwcomeau committed Feb 1, 2017
1 parent b239731 commit 74d1add
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/redux-favicon.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ return /******/ (function(modules) { // webpackBootstrap
value: true
});

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

// The middleware is kept as simple as possible.
// All favicon operations are delegated to a function below.
Expand Down Expand Up @@ -104,7 +104,7 @@ return /******/ (function(modules) { // webpackBootstrap

// This integration communicates directly with Favico.js to set the badge.
function favicoIntegration() {
var options = arguments.length <= 0 || arguments[0] === undefined ? defaultFavicoOptions : arguments[0];
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : defaultFavicoOptions;

// Create a new Favico integration.
// Initially this was going to be a singleton object, but I realized there
Expand Down
Loading

0 comments on commit 74d1add

Please sign in to comment.