From 2dc506189e65a7ed383fadeddb7100c526da0ace Mon Sep 17 00:00:00 2001 From: Craig Michael Thompson Date: Thu, 11 Apr 2013 15:04:00 +0100 Subject: [PATCH] Fix problem with sanitizeOptions --- src/intro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro.js b/src/intro.js index f720c8eb..13bdc808 100644 --- a/src/intro.js +++ b/src/intro.js @@ -116,7 +116,7 @@ opts.content.text = function(event, api) { var deferred = $.ajax( - $.extend({}, opts.content.ajax, { context: api }) + $.extend({}, ajax, { context: api }) ) .then(function(content) { if(once) { api.set('content.text', content); }