Upgrade to ECMAScript 6
[plack-app-gruntmaster.git] / js / 90-divine-format.js
index e44bf908b4a3395a36fd6e5e734803c54aca0da2..ab5a5f29fae79797592f7aae43fcef65d9e96e95 100644 (file)
@@ -37,6 +37,4 @@ function divine_format() {
                $('#prog_format')[0].value = ext_table[ext];
 }
 
-$(function() {
-       $('#prog').on('change', divine_format);
-});
+$(() => $('#prog').on('change', divine_format));
This page took 0.009537 seconds and 4 git commands to generate.