discourse/test/javascripts
Wojciech Zawistowski cd3a2143d2 remove unnecessary return statement inside Discourse.Router.map
Ember's Router.map(callback) method doesn't expect any value to be
returned by callback function. Therefore, return statements present
inside Discourse.Router.map are unnecessary (and are silently ignored by
Ember).
2013-09-19 17:26:43 +02:00
..
components staff can always upload a file 2013-09-07 10:49:11 +02:00
controllers Select +Replies for bulk operations 2013-09-05 11:03:29 -04:00
fixtures staff can always upload a file 2013-09-07 10:49:11 +02:00
helpers Select +Replies for bulk operations 2013-09-05 11:03:29 -04:00
integration Show topics as a list of topics on the User Stream. 2013-07-25 15:56:20 -04:00
mixins Convert Discourse.User to use Discourse.Singleton 2013-08-08 12:42:08 -04:00
models Make the composer and TopicCreator use category id instead of category name 2013-09-17 12:13:19 +02:00
jshint_all.js.erb Select +Replies for bulk operations 2013-09-05 11:03:29 -04:00
test_helper.js remove unnecessary return statement inside Discourse.Router.map 2013-09-19 17:26:43 +02:00