Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fix problem with sanitizeOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Apr 11, 2013
1 parent 13c9fbc commit 2dc5061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intro.js
Expand Up @@ -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); }
Expand Down

0 comments on commit 2dc5061

Please sign in to comment.