mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 12:28:59 +08:00
correct intialization order
This commit is contained in:
parent
80e6f54198
commit
2d53436d0a
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
name: 'ensure-image-dimensions',
|
||||
after: 'mobile',
|
||||
initialize: function() {
|
||||
if (!window) { return; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user