2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Changing to file level use strict statement

This commit is contained in:
mzabriskie
2015-03-18 17:21:15 -06:00
parent fc12b933f7
commit 60a82ef424
15 changed files with 31 additions and 45 deletions
+2
View File
@@ -1,3 +1,5 @@
'use strict';
/**
* Dispatch a request to the server using whichever adapter
* is supported by the current environment.