You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -834,12 +834,27 @@ To make a jQuery++ build, run:
834
834
It puts the downloads in `jquery/dist`. To build a specific version check out the [git tag](https://github.com/jupiterjs/jquerypp/tags)
835
835
you want to build and run the above command.
836
836
837
+
<!--
838
+
### List of heroes
839
+
840
+
The following lists everyone who's contributed something to CanJS. If we've forgotten you, please add yourself.
841
+
842
+
First, thanks to everyone who's contributed to [JavaScriptMVC](https://github.com/jupiterjs/javascriptmvc/contributors)
843
+
and [jQueryMX](https://github.com/jupiterjs/jquerymx/contributors), and the people at
844
+
[Bitovi](http://bitovi.com/people/). This page is for contributors after jQuery++'s launch:
845
+
846
+
[callumacrae](https://github.com/callumacrae) - [Width property for jQuery.selection](https://github.com/jupiterjs/jquerypp/pull/11) and documentation fixes.
847
+
[fabianonunes](https://github.com/fabianonunes) - Fixed several errors in the build process.
848
+
-->
837
849
838
850
### Change Log
839
851
852
+
<!--
840
853
__1.0 Beta 2__
841
854
842
-
- Fixed issue [#5](https://github.com/jupiterjs/jquerypp/issues/5): Security error in jQuery.animate
855
+
- change: [Added width property to jQuery.selection](https://github.com/jupiterjs/jquerypp/commit/38a3d76bed35684e5b9551f179d0772a908544db)
856
+
- fix: [Security error in jQuery.animate](https://github.com/jupiterjs/jquerypp/commit/5896c02e16dbe3c331939c81d4fe942d38470c93)
0 commit comments