Skip to content

Commit 845a442

Browse files
committed
jQuery.getScript: Change jquery-color script reference to latest stable.
Refs gh-583 Refs gh-584
1 parent 1bddd57 commit 845a442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/jQuery.getScript.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<argument name="success" optional="true" type="Function">
1010
<argument name="script" type="String" />
1111
<argument name="textStatus" type="String"/>
12-
<argument name="jqXHR" type="jqXHR"/>
12+
<argument name="jqXHR" type="jqXHR"/>
1313
<desc>A callback function that is executed if the request succeeds.</desc>
1414
</argument>
1515
</signature>
@@ -94,7 +94,7 @@ $.cachedScript( "ajax/test.js" ).done(function( script, textStatus ) {
9494
<example>
9595
<desc>Load the <a href="https://github.com/jquery/jquery-color">official jQuery Color Animation plugin</a> dynamically and bind some color animations to occur once the new functionality is loaded.</desc>
9696
<code><![CDATA[
97-
var url = "//code.jquery.com/color/jquery.color-git.js";
97+
var url = "//code.jquery.com/color/jquery.color.js";
9898
$.getScript( url, function() {
9999
$( "#go" ).click(function() {
100100
$( ".block" )

0 commit comments

Comments
 (0)