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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user