Skip to content

Commit

Permalink
Update grid.js
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespockert committed Sep 24, 2015
1 parent 3d49aae commit 1436774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/system/grid/grid.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
System.register(['aurelia-framework', './grid-column', 'CharlesPockert/aurelia-compiler', './aurelia-bs-grid.css!'], function (_export) {
System.register(['aurelia-framework', './grid-column', 'charlespockert/aurelia-compiler', './aurelia-bs-grid.css!'], function (_export) {
'use strict';

var bindable, inject, processContent, ObserverLocator, customElement, skipContentProcessing, GridColumn, Compiler, Grid;
Expand Down Expand Up @@ -692,4 +692,4 @@ System.register(['aurelia-framework', './grid-column', 'CharlesPockert/aurelia-c
_export('Grid', Grid);
}
};
});
});

0 comments on commit 1436774

Please sign in to comment.