Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3988)

Unified Diff: chrome/browser/resources/ntp4/nav_dot.js

Issue 8423055: [Aura] Initial app list webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove grabber.js Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/ntp4/grabber.js ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/nav_dot.js
diff --git a/chrome/browser/resources/ntp4/nav_dot.js b/chrome/browser/resources/ntp4/nav_dot.js
index 491d7bdb0cdfd82a59dbc7f48d75fe492d657361..1686e80f1755079338db5f1c3455f6249c298e79 100644
--- a/chrome/browser/resources/ntp4/nav_dot.js
+++ b/chrome/browser/resources/ntp4/nav_dot.js
@@ -55,7 +55,7 @@ cr.define('ntp4', function() {
this.addEventListener('keydown', this.onKeyDown_);
this.addEventListener('click', this.onClick_);
this.addEventListener('dblclick', this.onDoubleClick_);
- this.dragWrapper_ = new DragWrapper(this, this);
+ this.dragWrapper_ = new cr.ui.DragWrapper(this, this);
this.addEventListener('webkitTransitionEnd', this.onTransitionEnd_);
this.input_.addEventListener('blur', this.onInputBlur_.bind(this));
« no previous file with comments | « chrome/browser/resources/ntp4/grabber.js ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698