We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef74fa commit f25b9b1Copy full SHA for f25b9b1
src/httpVueLoader.js
@@ -4,7 +4,7 @@
4
else if(typeof define==='function' && define.amd)
5
define([],factory)
6
else
7
- root.httpVueLoader=factory()
+ (root = root || self, root.httpVueLoader=factory())
8
})(this,function factory() {
9
'use strict';
10
0 commit comments