vim-web 0.5.0-dev.12 → 0.5.0-dev.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vim-web.iife.js +1 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +1 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -75354,7 +75354,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
75354
75354
|
] }),
|
|
75355
75355
|
!minimized && divider(),
|
|
75356
75356
|
!minimized && body(p.body),
|
|
75357
|
-
footer(p.footer)
|
|
75357
|
+
!minimized && footer(p.footer)
|
|
75358
75358
|
] });
|
|
75359
75359
|
}
|
|
75360
75360
|
function title(title2) {
|