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 1d3d240 commit 62b235fCopy full SHA for 62b235f
packages/container/lib/registry.js
@@ -868,7 +868,7 @@ import { intern } from 'ember-metal/utils';
868
import dict from 'ember-metal/dictionary';
869
870
const privateNames = dict(null);
871
-const privateSuffix = Math.floor(Math.random() * new Date()) + '';
+const privateSuffix = `${Math.random()}${Date.now()}`;
872
873
export function privatize([fullName]) {
874
let name = privateNames[fullName];
0 commit comments