/*
Copyright 2019 Colin Clark
Licensed under the MIT license.
https://github.com/colinbdclark/bubbles/raw/master/LICENSE
*/
"use strict";
fluid.defaults("bubbles.addVideoButton", {
gradeNames: "bubbles.svgButton",
strings: {
altText: "Add a Video"
}
});