Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Sep 27, 2022
1 parent a755104 commit cb4eb2c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/mixins/observable.mixin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//@ts-nocheck
import { fabric as fabricHeader } from '../../HEADER';

(function (global) {
var fabric = global.fabric;

Expand Down Expand Up @@ -144,10 +142,4 @@ import { fabric as fabricHeader } from '../../HEADER';
once: once,
off: off,
};
fabricHeader.Observable = {
fire: fire,
on: on,
once: once,
off: off,
}
})(typeof exports !== 'undefined' ? exports : window);

0 comments on commit cb4eb2c

Please sign in to comment.