We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8ee9f commit d1003fcCopy full SHA for d1003fc
packages/optimizely-sdk/lib/utils/fns/index.js
@@ -17,7 +17,7 @@ var uuid = require('uuid');
17
var _isFinite = require('lodash/isFinite');
18
var MAX_NUMBER_LIMIT = Math.pow(2, 53);
19
20
-// Polyfill Object.assign for older browsers
+// Polyfills for older browsers
21
var applyPolyfills = function() {
22
if (typeof Object.assign !== 'function') {
23
// Must be writable: true, enumerable: false, configurable: true
0 commit comments