Renamed SymetricSorter->SymmetricSorter

This commit is contained in:
Gonzalo Bellver
2012-01-10 19:01:16 -03:00
parent 63876ccb38
commit a98f8a898a
5 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
* limitations under the License.
*/
mindplot.nlayout.GridSorter = new Class({
Extends: mindplot.nlayout.SymetricSorter,
Extends: mindplot.nlayout.SymmetricSorter,
computeOffsets: function(treeSet, node) {
$assert(treeSet, "treeSet can no be null.");