Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaPochernina committed Apr 6, 2017
1 parent 9b1323f commit 2b247d1
Show file tree
Hide file tree
Showing 10 changed files with 2,099 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/Table.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
define(["jquery", "angara.tablejs", "exports"], function ($, TableViewer, exports) {
exports.Show = function (tableSource, container) {
TableViewer.show(container, tableSource);
};
});
Loading

0 comments on commit 2b247d1

Please sign in to comment.