Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
samelhusseini committed Jul 6, 2020
1 parent 6ae396a commit ba68081
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions blockly_compressed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blockly_compressed.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions typings/blockly.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7618,12 +7618,12 @@ declare module Blockly {
/**
* Class representing an item in a menu.
*
* @param {string} content Text caption to display as the content of
* the item.
* @param {string|!HTMLElement} content Text caption to display as the content
* of the item, or a HTML element to display.
* @param {string=} opt_value Data/model associated with the menu item.
* @constructor
*/
constructor(content: string, opt_value?: string);
constructor(content: string|HTMLElement, opt_value?: string);

/**
* Creates the menuitem's DOM.
Expand Down

0 comments on commit ba68081

Please sign in to comment.