Make clientside ordered

This commit is contained in:
Ruud
2014-04-09 19:29:30 +02:00
parent 4776cef473
commit 6ea49405f4
13 changed files with 38 additions and 34 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
Block.Menu = new Class({
var BlockMenu = new Class({
Extends: BlockBase,
@@ -52,4 +52,4 @@ Block.Menu = new Class({
return new Element('li').adopt(tab).inject(self.more_option_ul, position || 'bottom');
}
});
});