From a493a4b1d63b19ad39048d3f1e2ff8b9fd3785c2 Mon Sep 17 00:00:00 2001
From: othermachines <ldevitt@othermachines.com>
Date: Thu, 12 Dec 2013 10:18:34 -0700
Subject: [PATCH] Issue #2155461 by othermachines: Fixed library version
 dependency.

---
 navbar.module | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/navbar.module b/navbar.module
index e511c85..4f29d29 100644
--- a/navbar.module
+++ b/navbar.module
@@ -896,7 +896,6 @@ function navbar_libraries_info() {
         ),
       ),
     ),
-    'version' => '2.6.2',
   );
 
   $libraries['underscore'] = array(
@@ -918,7 +917,6 @@ function navbar_libraries_info() {
         ),
       ),
     ),
-    'version' => '1.4.4',
   );
 
   $libraries['backbone'] = array(
@@ -940,7 +938,6 @@ function navbar_libraries_info() {
         ),
       ),
     ),
-    'version' => '1.0.0',
     'dependencies' => array('underscore'),
   );
 
-- 
1.8.3.msysgit.0

