diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-07 13:18:06 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | a16d4d0c1402472265a3a104fcafdf343177ea67 (patch) | |
tree | 78b3eb7658930b2366ca44cf72abe1c6c0f2a9d3 /src/index.js | |
parent | 9dfbec37d2c28f5850a0707c9a2717f4bcb5b6ce (diff) |
FUNCT Integrate AGLJS library
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index fa62684..37b78c4 100644 --- a/src/index.js +++ b/src/index.js @@ -15,13 +15,13 @@ */ /* JS */ -import './js/AFB.js'; import { init } from './js/app'; import { increase, decrease, change } from './js/sliders'; /* CSS */ import './styles/app.scss'; + window.increase = increase; window.decrease = decrease; window.change = change; |