Correct license on newly added files
This commit is contained in:
parent
8c4194fc0f
commit
49027d0475
3 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/Tab.js
|
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/TabList.js
|
||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import specialAssign from "./specialAssign";
|
import specialAssign from "./specialAssign";
|
||||||
import {observer} from 'mobx-react';
|
import {observer} from 'mobx-react';
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/Tab.js
|
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/TabPanel.js
|
||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import specialAssign from "./specialAssign";
|
import specialAssign from "./specialAssign";
|
||||||
import {TabManagerParent} from "./abstract_tabcomponent_state";
|
import {TabManagerParent} from "./abstract_tabcomponent_state";
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//MIT based on https://github.com/davidtheclark/react-aria-tabpanel/blob/master/lib/specialAssign.js
|
||||||
export default function specialAssign(a:any, b:any, reserved:any) {
|
export default function specialAssign(a:any, b:any, reserved:any) {
|
||||||
for (var x in b) {
|
for (var x in b) {
|
||||||
if (!b.hasOwnProperty(x)) continue;
|
if (!b.hasOwnProperty(x)) continue;
|
||||||
|
|
Loading…
Add table
Reference in a new issue