removed sugar.js, port functionality to moment and underscore.js

bring in latest ace from local so we don't mess up with https
This commit is contained in:
Sam
2013-06-11 06:48:50 +10:00
parent eed5875505
commit fa8a84f20c
211 changed files with 1773 additions and 8914 deletions
@@ -8,7 +8,7 @@ Discourse.SelectableArray = Em.ArrayProxy.extend({
this.select(this[index]);
},
select: function(selected){
this.content.each(function(item){
_.each(this.content,function(item){
if(item === selected){
Em.set(item, "active", true)
} else {