Skip to content

Commit

Permalink
fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
PengJiyuan committed Apr 26, 2018
1 parent 598833c commit a3c8f92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shapes/arc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

import { display } from '../display';
import { DefineScale } from '../data/define';
import type {OMG} from '../core';

export default function(settings: Object, _this: OMG): GraghShape {
export default function(settings: Object, _this: Global): GraghShape {
const draw = function() {
const canvas = _this.canvas;
const scale = _this.scale;
Expand Down

0 comments on commit a3c8f92

Please sign in to comment.