Skip to content

Commit 68489cd

Browse files
committed
Run compile task to update dist files.
1 parent 619173c commit 68489cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/powerbi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class PowerBi {
5858
/**
5959
* Remove component from the list of embedded components.
6060
*/
61-
remove(component: Embed): void;
61+
reset(element: HTMLElement): void;
6262
/**
6363
* Handler for window message event.
6464
* Parses event data as json and if it came from an iframe that matches one from an existing embeded component re-dispatches the event on the iframe's parent element

dist/powerbi.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)