update files

This commit is contained in:
nuintun
2015-11-24 12:23:27 +08:00
parent a3980af265
commit a058067ed0
12 changed files with 100 additions and 110 deletions

View File

@@ -25,7 +25,7 @@ window.addEventListener('DOMContentLoaded', function (){
configure: configure
},
computed: {
uniqueProjects: function (){
unique: function (){
var cache = {};
this.configure.projects.forEach(function (project){
@@ -56,7 +56,8 @@ window.addEventListener('DOMContentLoaded', function (){
configure.projects = configure.projects || [];
app.configure = configure;
app.$broadcast('configure-refresh');
app.$broadcast('reset-input');
app.$broadcast('reset-error');
} else {
init(configure);
}