correct intialization order

This commit is contained in:
Sam 2015-08-10 18:15:18 +10:00
parent 80e6f54198
commit 2d53436d0a

View File

@ -1,5 +1,6 @@
export default {
name: 'ensure-image-dimensions',
after: 'mobile',
initialize: function() {
if (!window) { return; }