r1774 - trunk/ui

r1774 - trunk/ui

Author: rdworth
Date: Fri Jan 23 20:13:03 2009
New Revision: 1774
Modified:
trunk/ui/ui.tabs.js
Log:
tabs: removed non-breaking space char
Modified: trunk/ui/ui.tabs.js
==============================================================================
--- trunk/ui/ui.tabs.js    (original)
+++ trunk/ui/ui.tabs.js    Fri Jan 23 20:13:03 2009
@@ -83,7 +83,7 @@
    },
    _cookie: function() {
-        var cookie = this.cookie || (this.cookie = this.options.cookie.name |
| 'ui-tabs-' + $.data(this.list[0]));
+        var cookie = this.cookie || (this.cookie = this.options.cookie.name |
| 'ui-tabs-' + $.data(this.list[0]));
        return $.cookie.apply(null, [cookie].concat($.makeArray(arguments)));
    },