`rake jshint` works
This commit is contained in:
parent
f661fa609e
commit
26e1cfd12c
1
Gemfile
1
Gemfile
|
@ -77,6 +77,7 @@ group :test do
|
|||
end
|
||||
|
||||
group :test, :development do
|
||||
gem 'jshint_on_rails'
|
||||
gem 'guard-jshint-on-rails'
|
||||
gem 'certified'
|
||||
gem 'fabrication'
|
||||
|
|
|
@ -477,6 +477,7 @@ DEPENDENCIES
|
|||
image_optim
|
||||
jasminerice
|
||||
jquery-rails
|
||||
jshint_on_rails
|
||||
librarian (>= 0.0.25)
|
||||
message_bus!
|
||||
mocha
|
||||
|
|
|
@ -109,9 +109,9 @@
|
|||
return;
|
||||
}
|
||||
return this.showView(Discourse.CreateAccountView.create({
|
||||
accountEmail: options['email'],
|
||||
accountUsername: options['username'],
|
||||
accountName: options['name'],
|
||||
accountEmail: options.email,
|
||||
accountUsername: options.username,
|
||||
accountName: options.name,
|
||||
authOptions: Em.Object.create(options)
|
||||
}));
|
||||
},
|
||||
|
|
2068
db/structure.sql
2068
db/structure.sql
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue