Searched refs:otherState (Results 1 – 2 of 2) sorted by relevance
44 $otherState = $other->getState();47 return $this->equalToValues ($otherState, $otherClazz, $otherTag);50 public function equalToValues ($otherState, $otherClazz, $otherTag) { argument51 if ( $this->state != NULL && $otherState != NULL &&52 $this->state != $otherState ) {
21 var otherState = (state == 'open') ? 'closed' : 'open';22 jQuery(node).removeClass('outliner-' + otherState).addClass('outliner-' + state);