Cleaned up comment on line 557

Fixed subject-verb agreement
This commit is contained in:
Jeff Shen 2016-01-21 14:53:44 -08:00
parent 25b82d33e0
commit 567d9ebd15

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") {