videomail-client 9.0.5 → 9.0.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/.vscode/settings.json
CHANGED
package/package.json
CHANGED
|
@@ -17273,7 +17273,7 @@ function wrappy (fn, cb) {
|
|
|
17273
17273
|
},{}],114:[function(_dereq_,module,exports){
|
|
17274
17274
|
module.exports={
|
|
17275
17275
|
"name": "videomail-client",
|
|
17276
|
-
"version": "9.0.
|
|
17276
|
+
"version": "9.0.7",
|
|
17277
17277
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
17278
17278
|
"keywords": [
|
|
17279
17279
|
"webcam",
|
|
@@ -19550,6 +19550,7 @@ var Buttons = function Buttons(container, options) {
|
|
|
19550
19550
|
disable(audioOnRadioPair);
|
|
19551
19551
|
}
|
|
19552
19552
|
function onSubmitting() {
|
|
19553
|
+
debug("Buttons: onSubmitting()");
|
|
19553
19554
|
disable(submitButton);
|
|
19554
19555
|
disable(recordAgainButton);
|
|
19555
19556
|
}
|
|
@@ -20287,6 +20288,7 @@ var Container = function Container(options) {
|
|
|
20287
20288
|
return method && method.toUpperCase() === "PUT";
|
|
20288
20289
|
}
|
|
20289
20290
|
this.submitAll = function (formData, method, url) {
|
|
20291
|
+
debug("Container: submitAll()");
|
|
20290
20292
|
var post = isPost(method);
|
|
20291
20293
|
var hasVideomailKey = Boolean(formData[options.selectors.keyInputName]);
|
|
20292
20294
|
function startSubmission() {
|