Skip to content

Commit

Permalink
Remove jquery.js file, since jquery 1.4.3 is now released.
Browse files Browse the repository at this point in the history
Fix separator character which was causing global variable: name.
  • Loading branch information
BorisMoore committed Dec 15, 2010
1 parent aa81d44 commit 678bd7a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6,904 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Documentation for the _jQuery Data Link_ plugin can be found on the jQuery docum

<p>
==================================== WARNING ====================================<br/>
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/>
Note: This plugin currently depends on jQuery version 1.4.3.<br/>
=================================================================================
</p>

Expand Down
5 changes: 3 additions & 2 deletions demos/demo-contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<title>My Contacts - Linking Demo</title>
<link type="text/css" rel="Stylesheet" href="demo-contacts.css" />
<script type="text/javascript" src="../jquery.js"></script>

<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="../jquery.datalink.js"></script>
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
<script type="text/javascript" src="demo-contacts.js"></script>
Expand Down Expand Up @@ -56,7 +57,7 @@
<br/><a href="http://forum.jquery.com/topic/proposal-for-adding-data-linking-to-jquery">jQuery Discussion</a>
<br/>
And you can view the source from here or keep up to date with it on github, here:
<br/><a href="https://github.com/nje/jquery-datalink/">DataLink on GitHub</a>
<br/><a href="https://github.com/jquery/jquery-datalink/">DataLink on GitHub</a>
</div>

<table class="contacts">
Expand Down
2 changes: 1 addition & 1 deletion jquery.datalink.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function getMapping(ev, changed, newvalue, map, source, target) {
var target = ev.target,
isSetData = ev.type === "changeData",
mappedName,
convert;
convert,
name;
if ( isSetData ) {
name = changed;
Expand Down
Loading

0 comments on commit 678bd7a

Please sign in to comment.