@bmlt-enabled/croutonjs 3.18.1 → 3.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crouton-core.js +1 -0
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +2 -1
- package/crouton-gmaps.min.js +1 -1
- package/crouton-map.js +1 -1
- package/crouton-map.min.js +1 -1
- package/crouton.css +1 -1
- package/crouton.js +2 -1
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +2 -1
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton-core.js
CHANGED
|
@@ -16390,6 +16390,7 @@ function Crouton(config) {
|
|
|
16390
16390
|
crouton_Handlebars.registerPartial('meetings', hbs_Crouton.templates['meetings']);
|
|
16391
16391
|
crouton_Handlebars.registerPartial('bydays', hbs_Crouton.templates['byday']);
|
|
16392
16392
|
crouton_Handlebars.registerPartial('formatPopup', hbs_Crouton.templates['formatPopup']);
|
|
16393
|
+
window.crouton = self;
|
|
16393
16394
|
croutonMap.initialize(self.createBmltMapElement(),self.meetingData,context,null,fitBounds,callback);
|
|
16394
16395
|
}
|
|
16395
16396
|
self.getCurrentLocation = function(callback) {
|