Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 41454fd

Browse files
Adding comments/changing to 1.0
1 parent edd62a4 commit 41454fd

7 files changed

Lines changed: 840 additions & 295 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = function (grunt) {
2727
'src/license.js',
2828
'src/intro.js',
2929
'src/basicheader.js',
30-
'src/polyfills',
3130
'src/rx-jquery.js',
3231
'src/outro.js'
3332
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-jquery",
33
"title": "Reactive Extensions for JavaScript bindings for jQuery",
44
"description": "Library for composing asynchronous and event-based operations in JavaScript extending the jQuery library",
5-
"version": "0.0.3",
5+
"version": "1.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/rxjs-jquery",
77
"author": {
88
"name": "MS Open Tech",

rx.jquery.js

Lines changed: 419 additions & 134 deletions
Large diffs are not rendered by default.

rx.jquery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/polyfills.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)