forked from draeton/stitches
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving to jquery 1.7 and $.Callbacks pub/sub
- Loading branch information
Showing
6 changed files
with
59 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Stitches requires a stylesheet, a script, and an HTML element to get the job don | |
|
||
<link rel="stylesheet" href="css/stitches-@[email protected]"> | ||
|
||
<script src="js/jquery-1.6.2.min.js"></script> | ||
<script src="js/jquery-1.7.1.min.js"></script> | ||
<script src="js/modernizr-2.0.6.min.js"></script> | ||
|
||
<script src="js/stitches-@[email protected]"></script> | ||
|
@@ -30,7 +30,7 @@ Once that's in place, the sprite generator is created by the `init` method: | |
|
||
## Dependencies | ||
|
||
jQuery 1.6.2+, Modernizr; *Dropfile, Flashcanvas for older browser support* | ||
jQuery 1.7.1+, Modernizr; *Dropfile, Flashcanvas for older browser support* | ||
|
||
## License | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters