1
0
Fork 0
forked from 0x2620/oxjs

cleanup, again

This commit is contained in:
rolux 2011-11-03 16:42:41 +01:00
commit 094b1a59ec
34 changed files with 93 additions and 101 deletions

View file

@ -247,7 +247,7 @@ Ox.URL = function(options) {
}
if (state.sort && state.sort.length) {
parts.push(constructSort(state.sort, state));
}
}
if (state.find) {
parts.push(constructFind(state.find));
}
@ -498,7 +498,7 @@ Ox.URL = function(options) {
!state.item ? 'list' : 'item'
], function(view) {
if (spanTypes[view] == spanType) {
state.view = view;
state.view = view;
state.span = span;
parts.shift();
return false;
@ -675,5 +675,5 @@ Ox.URL = function(options) {
}
return that;
};