Skip to content

Commit

Permalink
dist
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-gorter committed Feb 14, 2017
1 parent aacb5cf commit eab2b33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/maquette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ export declare let dom: {
append: (parentNode: Element, vnode: VNode, projectionOptions?: ProjectionOptions | undefined) => Projection;
insertBefore: (beforeNode: Element, vnode: VNode, projectionOptions?: ProjectionOptions | undefined) => Projection;
merge: (element: Element, vnode: VNode, projectionOptions?: ProjectionOptions | undefined) => Projection;
replace: (element: Element, vnode: VNode, projectionOptions?: ProjectionOptions | undefined) => Projection;
};
/**
* A CalculationCache object remembers the previous outcome of a calculation along with the inputs.
Expand Down
2 changes: 1 addition & 1 deletion dist/maquette.min.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/maquette.min.js.map

Large diffs are not rendered by default.

0 comments on commit eab2b33

Please sign in to comment.