Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2015-12-12 20:47:20 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-12-12 20:47:20 +0300
commite58cd81a930d35c0e169eb941e101fb82387dcdb (patch)
tree0375637dcec9036e17bcd2c39f591ed7da87a428 /.jshintrc
parentc48bcc491d1d109a9723c5552c8e0128caa21500 (diff)
delegate button actions to parent & add API active toggle logic
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..2119fa8
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,3 @@
+{
+ "esnext": true
+}