Skip to content

Commit

Permalink
started unit tests, fixing selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmbarnard committed Jan 12, 2012
1 parent 16ebfed commit ef38993
Show file tree
Hide file tree
Showing 34 changed files with 1,761 additions and 13,342 deletions.
13 changes: 7 additions & 6 deletions build/build-order.txt
@@ -1,12 +1,12 @@
..\Src\namespace.js
..\Src\constants.js
..\Src\core.js
..\Src\utils.js
..\Src\Namespace.js
..\Src\Constants.js
..\Src\Utils.js
..\Src\Templates\GridTemplate.js
..\Src\Templates\HeaderTemplate.js
..\Src\Templates\HeaderCellTemplate.js
..\Src\Templates\RowTemplate.js
..\Src\Templates\FooterTemplate.js
..\Src\Templates\TemplateManager.js
..\Src\GridClasses\Dimension.js
..\Src\GridClasses\Cell.js
..\Src\GridClasses\Column.js
Expand All @@ -18,10 +18,11 @@
..\Src\GridClasses\HeaderRow.js
..\Src\GridClasses\RowManager.js
..\Src\GridClasses\Footer.js
..\Src\KoGrid.js
..\Src\GridManager.js
..\Src\Grid.js
..\Src\DomManipulation\DomFormatter.js
..\Src\DomManipulation\CssBuilder.js
..\Src\DomManipulation\DomRuler.js
..\Src\DomManipulation\DomUtility.js
..\Src\BindingHandlers\koGrid.js
..\Src\BindingHandlers\kgRows.js
..\Src\BindingHandlers\kgRow.js
Expand Down

0 comments on commit ef38993

Please sign in to comment.