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 991b9bf commit 76ce36bCopy full SHA for 76ce36b
lib/client.js
@@ -183,6 +183,12 @@ AT.prototype.ensureSignedIn = function() {
183
};
184
185
// Initialization
186
+
187
+// Initialization
188
+AT.prototype.init = function() {
189
+ console.warn("[AccountsTemplates] There is no more need to call AccountsTemplates.init()! Simply remove the call ;-)");
190
+};
191
192
AT.prototype._init = function() {
193
if (this._initialized)
194
return;
lib/server.js
@@ -1,4 +1,9 @@
1
2
3
4
5
6
7
8
9
0 commit comments