Add a missing "var". see #32589

git-svn-id: https://develop.svn.wordpress.org/trunk@33031 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2015-07-01 17:15:43 +00:00
parent d1bedc6769
commit 82150c08f2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
pw_weak = $('.pw-weak') pw_weak = $('.pw-weak')
; ;
generatePassword = function() { var generatePassword = function() {
pw_field.val( pw_field.data( 'pw' ) ); pw_field.val( pw_field.data( 'pw' ) );
pw_field.trigger( 'propertychange' ); pw_field.trigger( 'propertychange' );
pw_field.attr( 'type', 'text' ).focus(); pw_field.attr( 'type', 'text' ).focus();