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 0e2785e commit 0488f8aCopy full SHA for 0488f8a
singleton/src/singleton.ts
@@ -17,8 +17,5 @@ namespace Singleton {
17
// return the singleton object
18
return this.__singleton
19
}
20
- public getSingletonName(name: string) {
21
- alert(`Singleton is ${name}`)
22
- }
23
24
0 commit comments