Auto fix standard style voilations

This commit is contained in:
Tyler Long
2017-04-11 22:14:25 +08:00
parent d46fda537d
commit 620f3e8734
66 changed files with 45436 additions and 45726 deletions

View File

@@ -1,9 +1,9 @@
/**
* Created by knut on 15-03-07.
*/
define('simple',function(){
var simple = {
data:'info'
};
return simple;
});
define('simple', function () {
var simple = {
data: 'info'
}
return simple
})