Commit 7afe8b11 authored by xiyuan@chromium.org's avatar xiyuan@chromium.org

[Aura] Apply NTP fix to app list webui.

Fix potential app list crash similar to NTP crash bug http://crbug.com/104059.

BUG=none.
TEST=After drag-n-drop is supported in aura, drag an app in app list window should not crash.


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109952 0039d316-1c4b-4281-b951-d872f2087c98
parent e0ced0c7
...@@ -49,7 +49,7 @@ cr.define('appList', function() { ...@@ -49,7 +49,7 @@ cr.define('appList', function() {
} }
function getAppsPageIndex(page) { function getAppsPageIndex(page) {
appsView.getAppsPageIndex(page); return appsView.getAppsPageIndex(page);
} }
function getCardSlider() { function getCardSlider() {
......
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