11/*
22 * breinify-api
3- * v1.0.8
3+ * v1.0.11
44 **/
55/*
66 * We inject a dependencyScope variable, which will be used
@@ -12744,14 +12744,14 @@ dependencyScope.jQuery = $;;
1274412744 } ) ;
1274512745 attributes . add ( 'AJAX_TIMEOUT' , {
1274612746 name : 'timeout' ,
12747- defaultValue : 1000 ,
12747+ defaultValue : 4000 ,
1274812748 validate : function ( value ) {
1274912749 return $ . isNumeric ( value ) ;
1275012750 }
1275112751 } ) ;
1275212752
1275312753 var BreinifyConfig = function ( config ) {
12754- this . version = '1.0.8 ' ;
12754+ this . version = '1.0.11 ' ;
1275512755
1275612756 /*
1275712757 * Validate the passed config-parameters.
@@ -12917,7 +12917,7 @@ dependencyScope.jQuery = $;;
1291712917
1291812918 var BreinifyUser = function ( user , onReady ) {
1291912919 var instance = this ;
12920- instance . version = '1.0.8 ' ;
12920+ instance . version = '1.0.11 ' ;
1292112921
1292212922 // set the values provided
1292312923 instance . setAll ( user ) ;
@@ -13274,7 +13274,7 @@ dependencyScope.jQuery = $;;
1327413274 } ,
1327513275
1327613276 generateRecommendationMessage : function ( amount , unixTimestamp ) {
13277- return '' + unixTimestamp + amount ;
13277+ return '' + unixTimestamp ;
1327813278 } ,
1327913279
1328013280 generateLookUpMessage : function ( dimensions , unixTimestamp ) {
@@ -13295,7 +13295,7 @@ dependencyScope.jQuery = $;;
1329513295 * The one and only instance of the library.
1329613296 */
1329713297 var Breinify = {
13298- version : '1.0.8 ' ,
13298+ version : '1.0.11 ' ,
1329913299 jQueryVersion : $ . fn . jquery
1330013300 } ;
1330113301
0 commit comments