diff --git a/jquery_update.module b/jquery_update.module.new
index 47b447f..7322159 100644
--- a/jquery_update.module
+++ b/jquery_update.module.new
@@ -37,16 +37,6 @@ function jquery_update_library() {
     ),
     'version' => '1.11.0',
   );
-  $libraries['jquery_update.ajax.fix'] = array(
-    'title' => 'jQuery Update Version Fix',
-    'js' => array(
-      drupal_get_path('module', 'jquery_update') . '/js/jquery_update.js' => array(
-        'group' => JS_LIBRARY,
-        'weight' => 3,
-      ),
-    ),
-    'version' => '0.0.1',
-  );
   $libraries['jquery.metadata'] = array(
     'title' => 'QUnit',
     'js' => array(
@@ -102,7 +92,10 @@ function jquery_update_library_alter(&$javascript, $module) {
       'data' => array('ajaxPageState' => array('jquery_version' => $version)),
       'type' => 'setting',
     );
-    $javascript['drupal.ajax']['dependencies'][] = array('jquery_update', 'jquery_update.ajax.fix');
+    $javascript['drupal.ajax']['js'][$path . '/js/jquery_update.js'] = array(
+      'group' => JS_LIBRARY,
+      'weight' => 3,
+    );
     jquery_update_jquery_replace($javascript, $cdn, $path, $min, $version);
 
     // Replace jQuery UI with CDN or local files. If from a CDN include all of
