Skip to content

Commit dc403d3

Browse files
committed
fix(alpha-54): make rx licenses comments :/
1 parent d43fff3 commit dc403d3

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

2.0.0-alpha.54/Rx.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Apache License
1+
"format register";
2+
/* Apache License
23
Version 2.0, January 2004
34
http://www.apache.org/licenses/
45
@@ -199,8 +200,8 @@
199200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200201
See the License for the specific language governing permissions and
201202
limitations under the License.
203+
*/
202204

203-
"format register";
204205
System.register("rxjs/util/noop", [], true, function(require, exports, module) {
205206
var global = System.global,
206207
__define = global.define;

2.0.0-alpha.54/Rx.min.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.0.0-alpha.54/Rx.umd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache License
1+
/* Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44
@@ -199,7 +199,7 @@
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201201
limitations under the License.
202-
202+
*/
203203
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Rx = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
204204
var __extends = (this && this.__extends) || function (d, b) {
205205
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];

2.0.0-alpha.54/Rx.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)