Merge pull request #939 from jshen212/patch-1
Cleaned up comment on line 557
This commit is contained in:
commit
05cdf51fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ var m = (function app(window, undefined) {
|
||||||
if (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr)) {
|
if (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr)) {
|
||||||
cachedAttrs[attrName] = dataAttr;
|
cachedAttrs[attrName] = dataAttr;
|
||||||
try {
|
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;
|
if (attrName === "config" || attrName === "key") continue;
|
||||||
//hook event handlers to the auto-redrawing system
|
//hook event handlers to the auto-redrawing system
|
||||||
else if (isFunction(dataAttr) && attrName.slice(0, 2) === "on") {
|
else if (isFunction(dataAttr) && attrName.slice(0, 2) === "on") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue