Skip to content

Commit

Permalink
Removing inherit/mixedWith, see phetsims/tasks#1044
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Dec 15, 2020
1 parent 8b11b6e commit 3870aa3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 294 deletions.
63 changes: 0 additions & 63 deletions js/inherit.js

This file was deleted.

46 changes: 0 additions & 46 deletions js/inheritTests.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ import './escapeHTML.js';
import './EventTimer.js';
import './extend.js';
import './extendDefined.js';
import './inherit.js';
import './inheritance.js';
import './interleave.js';
import './isArray.js';
import './loadScript.js';
import './memoize.js';
import './merge.js';
import './mixedWith.js';
import './Namespace.js';
import './openPopup.js';
import './pairs.js';
Expand Down
120 changes: 0 additions & 120 deletions js/mixedWith.js

This file was deleted.

61 changes: 0 additions & 61 deletions js/mixedWithTests.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/phet-core-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ import './dimensionForEachTests.js';
import './dimensionMapTests.js';
import './EnumerationTests.js';
import './escapeHTMLTests.js';
import './inheritTests.js';
import './interleaveTests.js';
import './isArrayTests.js';
import './mergeTests.js';
import './mixedWithTests.js';
import './pairsTests.js';
import './partitionTests.js';
import './swapObjectKeysTests.js';
Expand Down

0 comments on commit 3870aa3

Please sign in to comment.