Fix issue with use of default keyword as option

This commit is contained in:
Herman Schutte 2011-09-30 13:03:14 +02:00
parent 9bc21c5f78
commit 8053062e06

View file

@ -13,7 +13,7 @@
this.defaults = { this.defaults = {
pages: [], pages: [],
default: null, 'default': null,
animation: 'show', animation: 'show',
onChange: function (page) {}, onChange: function (page) {},
cache: false cache: false