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 aa15ac2 commit 0c1c436Copy full SHA for 0c1c436
src/Breinify.js
@@ -93,6 +93,8 @@
93
Breinify.BreinifyConfig = BreinifyConfig;
94
Breinify.BreinifyUser = BreinifyUser;
95
Breinify.AttributeCollection = AttributeCollection;
96
+ Breinify.moment = moment;
97
+ Breinify.jstz = jstz;
98
99
/**
100
* Modify the configuration to the specified configuration.
src/snippets/suffix-global.js.snippet
@@ -16,6 +16,8 @@
16
// things that shouldn't be used anyways (not documented)
17
Breinify.BreinifyConfig = function() {};
18
Breinify.BreinifyUser = function() {};
19
+ Breinify.moment = function() {};
20
+ Breinify.jstz = function() {};
21
Breinify.AttributeCollection = function() {};
22
23
// now all the stuff to ensure save usage
0 commit comments