Merge pull request #939 from jshen212/patch-1

Cleaned up comment on line 557
This commit is contained in:
Leo Horie 2016-01-21 23:14:35 -05:00
commit 05cdf51fc9

View file

@ -554,7 +554,7 @@ var m = (function app(window, undefined) {
if (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr)) {
cachedAttrs[attrName] = dataAttr;
try {
//`config` isn't a real attributes, so ignore it
//`config` isn't a real attribute, so ignore it
if (attrName === "config" || attrName === "key") continue;
//hook event handlers to the auto-redrawing system
else if (isFunction(dataAttr) && attrName.slice(0, 2) === "on") {