thrownewError(''+componentName.toUpperCase()+': '+('Option "'+property+'" provided type "'+valueType+'" ')+('but expected type "'+expectedTypes+'".'));
}
}
}
};
...
...
@@ -536,6 +560,14 @@ var Carousel = (function ($) {
wrap:true
};
varDefaultType={
interval:'(number|boolean)',
keyboard:'boolean',
slide:'(boolean|string)',
pause:'(string|boolean)',
wrap:'boolean'
};
varDirection={
NEXT:'next',
PREVIOUS:'prev'
...
...
@@ -587,7 +619,7 @@ var Carousel = (function ($) {
thrownewError(''+componentName.toUpperCase()+': '+('Option "'+property+'" provided type "'+valueType+'" ')+('but expected type "'+expectedTypes+'".'));