Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db79866

Browse files
committed
Test
1 parent df128e3 commit db79866

11 files changed

+18
-6
lines changed

dist/es5/gridstack-all.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/es5/gridstack-all.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/es5/gridstack.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export declare class GridStack {
9191
* @param opts
9292
*/
9393
constructor(el: GridHTMLElement, opts?: GridStackOptions);
94+
change(): void;
9495
/**
9596
* add a new widget and returns it.
9697
*

dist/es5/gridstack.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es5/gridstack.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/gridstack-all.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/gridstack-all.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/gridstack.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export declare class GridStack {
9191
* @param opts
9292
*/
9393
constructor(el: GridHTMLElement, opts?: GridStackOptions);
94+
change(): void;
9495
/**
9596
* add a new widget and returns it.
9697
*

dist/gridstack.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gridstack.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.

src/gridstack.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ export class GridStack {
390390
this._updateWindowResizeEvent();
391391
}
392392

393+
public change() {
394+
this._triggerChangeEvent();
395+
}
396+
393397
/**
394398
* add a new widget and returns it.
395399
*

0 commit comments

Comments
 (0)