var boba = {};
boba.language = $("#boba_language").val();
boba.setBarcode = function(bcode){
    this.barcode = bcode;
};
boba.setLanguage = function(lng){
    boba.language = lng;
}
boba.getRegulerData = function(){
    var data = {
        page               : "boba",
        prototype_implement: "",
        prototype_slug     : "",
        prototype_name     : "",
        barcode            : this.barcode,
        language           : boba.language
    }
    return data;
}
boba.duo = function(){
    window.open("https://duo.google.com/", "newwindow", "width="+screen.width+",height="+screen.height);
}
var ALL_PRODUCT_LIST = {};
