Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Just a little typo
Browse files Browse the repository at this point in the history
No big deal
  • Loading branch information
nhoizey committed May 25, 2016
1 parent 0352d55 commit 7fe119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajaxInclude.js
Expand Up @@ -28,7 +28,7 @@
o = $.extend( o, options );
}

// if it's a proxy, que the element and its url, if not, request immediately
// if it's a proxy, queue the element and its url, if not, request immediately
function queueOrRequest( el ){
var url = el.data( "url" );
if( o.proxy && $.inArray( url, urllist ) === -1 ){
Expand Down

0 comments on commit 7fe119b

Please sign in to comment.