@bmlt-enabled/croutonjs 3.12.6 → 3.12.7
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/build/{croutonjs-build1027-93b21da3f2c82479c74c7aa18128ad558c158b61.zip → croutonjs-build1036-739cfc2f66208e1cd790991a0b11295f68dfc022.zip} +0 -0
- package/crouton.js +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +1 -1
- package/crouton.nojquery.min.js +1 -1
- package/dist_croutonjs/github/croutonjs.zip +0 -0
- package/dist_croutonjs/s3/{croutonjs-build1027-93b21da3f2c82479c74c7aa18128ad558c158b61.zip → croutonjs-build1036-739cfc2f66208e1cd790991a0b11295f68dfc022.zip} +0 -0
- package/package.json +1 -1
|
Binary file
|
package/crouton.js
CHANGED
|
@@ -14796,7 +14796,7 @@ Crouton.prototype.serviceBodyNames = function(callback) {
|
|
|
14796
14796
|
var self = this;
|
|
14797
14797
|
self.lock(function() {
|
|
14798
14798
|
var ids = getUniqueValuesOfKey(self.meetingData, 'service_body_bigint');
|
|
14799
|
-
self.getServiceBodies(ids
|
|
14799
|
+
self.getServiceBodies(ids).then(function (service_bodies) {
|
|
14800
14800
|
var n = service_bodies.length;
|
|
14801
14801
|
var names = [];
|
|
14802
14802
|
for (var i = 0; i < n; i++) {
|