1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-20 22:55:27 +02:00
TableFilter/test/test-config.js

9 lines
171 B
JavaScript
Raw Normal View History

2014-11-09 06:12:03 +01:00
(function () {
// Configure RequireJS so it resolves relative module paths from the `src`
// folder.
require.config({
2014-12-07 13:25:27 +01:00
baseUrl: '../src'
2014-11-09 06:12:03 +01:00
});
}());