mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
correct intialization order
This commit is contained in:
parent
80e6f54198
commit
2d53436d0a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
export default {
|
export default {
|
||||||
name: 'ensure-image-dimensions',
|
name: 'ensure-image-dimensions',
|
||||||
|
after: 'mobile',
|
||||||
initialize: function() {
|
initialize: function() {
|
||||||
if (!window) { return; }
|
if (!window) { return; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue