Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(pal): update pal for proper performance api testing
related issue: #19
  • Loading branch information
zewa666 committed Mar 7, 2018
1 parent 0dcfcdf commit 35d6db6
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 206 deletions.
2 changes: 1 addition & 1 deletion dist/amd/store.d.ts
Expand Up @@ -30,7 +30,7 @@ export declare class Store<T> {
unregisterMiddleware(reducer: Middleware<T>): void;
registerAction(name: string, reducer: Reducer<T>): void;
unregisterAction(reducer: Reducer<T>): void;
dispatch(reducer: Reducer<T>, ...params: any[]): Promise<{}>;
dispatch(reducer: Reducer<T>, ...params: any[]): Promise<void>;
private handleQueue();
private internalDispatch(reducer, ...params);
private executeMiddlewares(state, placement);
Expand Down
21 changes: 10 additions & 11 deletions dist/amd/store.js

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

0 comments on commit 35d6db6

Please sign in to comment.