Skip to content

Commit b929f1a

Browse files
add info about ECMAScript 2016
1 parent b86c4b4 commit b929f1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Or include it via [jsDelivr CDN](https://www.jsdelivr.com/package/npm/gpslab-con
2929
<script src="https://cdn.jsdelivr.net/npm/gpslab-controller@2/src/controller.js"></script>
3030
```
3131

32+
## ECMAScript 2016
33+
34+
This framework is written for ECMAScript 2016, but you can use the recompiled version for
35+
[ECMAScript 2015](dist/controller.es2015.min.js).
36+
3237
## Methods
3338

3439
The library exposes these methods: `registerControl()`, `registerControls()`, `singleBind()`, `bind()`.

0 commit comments

Comments
 (0)