diff --git a/core/modules/views/views.module b/core/modules/views/views.module
index 85aecf9..b1371cc 100644
--- a/core/modules/views/views.module
+++ b/core/modules/views/views.module
@@ -823,6 +823,7 @@ function views_library_info() {
     'title' => 'Views Contextual links',
     'version' => VERSION,
     'js' => array(
+      // Set to -10 to move it before the contextual links javascript file.
       "$path/js/views-contextual.js" => array('group' => JS_LIBRARY, 'weight' => -10),
     ),
     'dependencies' => array(
