Skip to content

Commit

Permalink
improve gridsterScroll
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed Mar 18, 2017
1 parent 833851c commit 5afdfd1
Show file tree
Hide file tree
Showing 27 changed files with 284 additions and 333 deletions.
4 changes: 2 additions & 2 deletions dist/detectElementResize.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare const addResizeListener: (element: any, fn: any) => void;
export declare const removeResizeListener: (element: any, fn: any) => void;
export declare function addResizeListener(element: any, fn: any): void;
export declare function removeResizeListener(element: any, fn: any): void;
12 changes: 7 additions & 5 deletions dist/detectElementResize.js

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

2 changes: 1 addition & 1 deletion dist/detectElementResize.js.map

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

2 changes: 1 addition & 1 deletion dist/detectElementResize.metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"__symbolic":"module","version":3,"metadata":{"addResizeListener":{"__symbolic":"error","message":"Function call not supported","line":125,"character":33},"removeResizeListener":{"__symbolic":"error","message":"Function call not supported","line":154,"character":36}}},{"__symbolic":"module","version":1,"metadata":{"addResizeListener":{"__symbolic":"error","message":"Function call not supported","line":125,"character":33},"removeResizeListener":{"__symbolic":"error","message":"Function call not supported","line":154,"character":36}}}]
[{"__symbolic":"module","version":3,"metadata":{"addResizeListener":{"__symbolic":"function"},"removeResizeListener":{"__symbolic":"function"}}},{"__symbolic":"module","version":1,"metadata":{"addResizeListener":{"__symbolic":"function"},"removeResizeListener":{"__symbolic":"function"}}}]
1 change: 0 additions & 1 deletion dist/gridster.component.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference path="../src/typings.d.ts" />
import { OnInit, ElementRef, OnDestroy } from '@angular/core';
import { GridsterConfig } from './gridsterConfig.interface';
import { GridsterItem } from './gridsterItem.interface';
Expand Down
1 change: 0 additions & 1 deletion dist/gridster.component.js

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

Loading

0 comments on commit 5afdfd1

Please sign in to comment.