Skip to content

Commit

Permalink
chore: update externs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Nov 18, 2021
1 parent a451bd8 commit 638062b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions externs.js
Expand Up @@ -118,9 +118,9 @@ dummy.convertToViewportRectangle = function() {};
dummy.init = function() {};
dummy.commit = function() {};
dummy.raw = function() {};
dummy.renderer = {};
dummy.plugins = {};
dummy.interaction = {};
dummy.renderer = function() {};
dummy.plugins = function() {};
dummy.interaction = function() {};

/**
* @typedef {{
Expand Down

0 comments on commit 638062b

Please sign in to comment.