1
0
Fork 0

ElementStyler: console.warn{ing=>}

Crap.

* src/ui/ElementStyler.js (setValueByName): console.warn{ing=>}
master
Mike Gerwitz 2018-02-12 10:35:23 -05:00
parent aea22294d1
commit 79fc82614e
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ module.exports = Class( 'ElementStyler',
// just to be sure before we fully remove this
if ( change_event !== false )
{
console.warning(
console.warn(
"ElementStyler#setValueByName change_event is being removed"
);
}