Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 40a9218

Browse files
author
Shea Sollars
committed
Quick fix
Results are missing a forward slash http://chat.stackoverflow.com/transcript/message/13336409#13336409
1 parent 6322793 commit 40a9218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugins/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function () {
2-
var baseURL = 'http://api.jquery.com';
2+
var baseURL = 'http://api.jquery.com/';
33

44
function jquery ( args ) {
55
if ( !args.content ) {

0 commit comments

Comments
 (0)