Comply with new eslint rules

This commit is contained in:
QWp6t
2016-09-11 18:48:34 -07:00
parent c96905b075
commit b79f389170
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import $ from 'jquery';
wp.customize('blogname', (value) => {
value.bind((to) => $('.brand').text(to));
value.bind(to => $('.brand').text(to));
});