Commit 805b051b authored by estade@chromium.org's avatar estade@chromium.org

ntp4: fix typo from r95856

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/7601008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95893 0039d316-1c4b-4281-b951-d872f2087c98
parent e430e495
...@@ -417,7 +417,7 @@ cr.define('ntp4', function() { ...@@ -417,7 +417,7 @@ cr.define('ntp4', function() {
this.generateAppForLink(tileContents.data); this.generateAppForLink(tileContents.data);
} }
} else { } else {
this.addOutsideData_(e.dataTransfer, index); this.addOutsideData_(dataTransfer, index);
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment