Skip to content

Commit

Permalink
fixed small bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Feb 20, 2015
1 parent 2825e01 commit 215315a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion fin-hypergrid.min.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions polymer/html/behaviors/fin-hypergrid-behavior-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
@element fin-hypergrid-behavior-default
@homepage http://github.com/openfin/fin-hypergrid
-->
<link rel="import" href="../../fin-hypergrid-constantsX.html">
<link rel="import" href="../../fin-hypergrid-cell-provider.html">
<link rel="import" href="../../features/fin-hypergrid-feature-cell-selection.html">
<link rel="import" href="../../features/fin-hypergrid-feature-overlay.html">
<link rel="import" href="../../features/fin-hypergrid-feature-thumbwheel-scrolling.html">
<link rel="import" href="../../features/fin-hypergrid-feature-cell-editing.html">
<link rel="import" href="../../features/fin-hypergrid-feature-column-sorting.html">
<link rel="import" href="../../features/fin-hypergrid-feature-column-resizing.html">
<link rel="import" href="../../features/fin-hypergrid-feature-column-moving.html">
<link rel="import" href="../../features/fin-hypergrid-feature-row-resizing.html">
<link rel="import" href="../fin-hypergrid-constants.html">
<link rel="import" href="../fin-hypergrid-cell-provider.html">
<link rel="import" href="../features/fin-hypergrid-feature-cell-selection.html">
<link rel="import" href="../features/fin-hypergrid-feature-overlay.html">
<link rel="import" href="../features/fin-hypergrid-feature-thumbwheel-scrolling.html">
<link rel="import" href="../features/fin-hypergrid-feature-cell-editing.html">
<link rel="import" href="../features/fin-hypergrid-feature-column-sorting.html">
<link rel="import" href="../features/fin-hypergrid-feature-column-resizing.html">
<link rel="import" href="../features/fin-hypergrid-feature-column-moving.html">
<link rel="import" href="../features/fin-hypergrid-feature-row-resizing.html">
<polymer-element name="fin-hypergrid-behavior-default">
<template>
<link rel="stylesheet" type="text/css" href="../../../polymer/css/behaviors/fin-hypergrid-behavior-default.css">
</template>
<script src="../../../polymer/js/behaviors/fin-hypergrid-behavior-default.js"></script>
</polymer-element>
</polymer-element>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<link rel="import" href="fin-hypergrid-cell-editor-simple.html">
<polymer-element name="fin-hypergrid-cell-editor-spinner" extends="fin-hypergrid-cell-editor-simple">
<template>
<link rel="stylesheet" type="text/css" href=".././../polymer/css/cell-editors/fin-hypergrid-cell-editor-spinner.css">
<link rel="stylesheet" type="text/css" href="../../../polymer/css/cell-editors/fin-hypergrid-cell-editor-spinner.css">
<input id="editor" type="number">
</template>
<script src="../../../polymer/js/cell-editors/fin-hypergrid-cell-editor-spinner.js"></script>
</polymer-element>
</polymer-element>
28 changes: 14 additions & 14 deletions polymer/html/fin-hypergrid.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
<link rel="import" href="fin-hypergrid-renderer.html">
<link rel="import" href="fin-hypergrid-selection-model.html">
<link rel="import" href="fin-hypergrid-excel.html">
<link rel="import" href="../../features/fin-hypergrid-feature-base.html">
<link rel="import" href="../../behaviors/fin-hypergrid-behavior-default.html">
<link rel="import" href="../../behaviors/fin-hypergrid-behavior-gol.html">
<link rel="import" href="../../behaviors/fin-hypergrid-behavior-in-memory.html">
<link rel="import" href="../../behaviors/fin-hypergrid-behavior-json.html">
<link rel="import" href="../../behaviors/fin-hypergrid-behavior-q.html">
<link rel="import" href="../../behaviors/fin-hypergrid-behavior-qtree.html">
<link rel="import" href="../../cell-editors/fin-hypergrid-cell-editor-textfield.html">
<link rel="import" href="../../cell-editors/fin-hypergrid-cell-editor-choice.html">
<link rel="import" href="../../cell-editors/fin-hypergrid-cell-editor-color.html">
<link rel="import" href="../../cell-editors/fin-hypergrid-cell-editor-date.html">
<link rel="import" href="../../cell-editors/fin-hypergrid-cell-editor-slider.html">
<link rel="import" href="../../cell-editors/fin-hypergrid-cell-editor-spinner.html">
<link rel="import" href="features/fin-hypergrid-feature-base.html">
<link rel="import" href="behaviors/fin-hypergrid-behavior-default.html">
<link rel="import" href="behaviors/fin-hypergrid-behavior-gol.html">
<link rel="import" href="behaviors/fin-hypergrid-behavior-in-memory.html">
<link rel="import" href="behaviors/fin-hypergrid-behavior-json.html">
<link rel="import" href="behaviors/fin-hypergrid-behavior-q.html">
<link rel="import" href="behaviors/fin-hypergrid-behavior-qtree.html">
<link rel="import" href="cell-editors/fin-hypergrid-cell-editor-textfield.html">
<link rel="import" href="cell-editors/fin-hypergrid-cell-editor-choice.html">
<link rel="import" href="cell-editors/fin-hypergrid-cell-editor-color.html">
<link rel="import" href="cell-editors/fin-hypergrid-cell-editor-date.html">
<link rel="import" href="cell-editors/fin-hypergrid-cell-editor-slider.html">
<link rel="import" href="cell-editors/fin-hypergrid-cell-editor-spinner.html">
<polymer-element name="fin-hypergrid">
<template>
<link rel="stylesheet" type="text/css" href="../../polymer/css/fin-hypergrid.css">
Expand All @@ -56,4 +56,4 @@
<content></content>
</template>
<script src="../../polymer/js/fin-hypergrid.js"></script>
</polymer-element>
</polymer-element>
2 changes: 1 addition & 1 deletion test/fin-hypergrid-constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>fin-hypergrid-constants</title>
<script src="../../webcomponentsjs/webcomponents.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<link rel="import" href="../../polymer/js/fin-hypergrid-constantsX.html">
<link rel="import" href="../../polymer/js/fin-hypergrid-constants.html">
</head>
<body>
<fin-hypergrid-constants></fin-hypergrid-constants>
Expand Down

0 comments on commit 215315a

Please sign in to comment.