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

Commit 678bd7a

Browse files
committed
Remove jquery.js file, since jquery 1.4.3 is now released.
Fix separator character which was causing global variable: name.
1 parent aa81d44 commit 678bd7a

File tree

5 files changed

+5
-6904
lines changed

5 files changed

+5
-6904
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Documentation for the _jQuery Data Link_ plugin can be found on the jQuery docum
55

66
<p>
77
==================================== WARNING ====================================<br/>
8-
Note: This plugin currently depends on jQuery version 1.4.3 which is not released yet. You can use a recent build from the jQuery repository, included in this repository for convenience as 'jquery.js' and 'jquery.min.js'.<br/>
8+
Note: This plugin currently depends on jQuery version 1.4.3.<br/>
99
=================================================================================
1010
</p>
1111

demos/demo-contacts.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<title>My Contacts - Linking Demo</title>
55
<link type="text/css" rel="Stylesheet" href="demo-contacts.css" />
6-
<script type="text/javascript" src="../jquery.js"></script>
6+
7+
<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
78
<script type="text/javascript" src="../jquery.datalink.js"></script>
89
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
910
<script type="text/javascript" src="demo-contacts.js"></script>
@@ -56,7 +57,7 @@
5657
<br/><a href="http://forum.jquery.com/topic/proposal-for-adding-data-linking-to-jquery">jQuery Discussion</a>
5758
<br/>
5859
And you can view the source from here or keep up to date with it on github, here:
59-
<br/><a href="https://github.com/nje/jquery-datalink/">DataLink on GitHub</a>
60+
<br/><a href="https://github.com/jquery/jquery-datalink/">DataLink on GitHub</a>
6061
</div>
6162

6263
<table class="contacts">

jquery.datalink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function getMapping(ev, changed, newvalue, map, source, target) {
7979
var target = ev.target,
8080
isSetData = ev.type === "changeData",
8181
mappedName,
82-
convert;
82+
convert,
8383
name;
8484
if ( isSetData ) {
8585
name = changed;

0 commit comments

Comments
 (0)