Commit 8ba94b53 authored by Tristan Cavelier's avatar Tristan Cavelier

qiniustorage jslint temp parameter added

parent 884c0304
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
* JIO Qiniu Storage. Type = "qiniu". * JIO Qiniu Storage. Type = "qiniu".
* Qiniu "database" storage. * Qiniu "database" storage.
*/ */
/*global FormData, btoa, Blob, CryptoJS */ /*global FormData, btoa, Blob, CryptoJS, define, jIO */
/*jslint nomen: true, unparam: true, bitwise: true */ /*jslint indent: 2, maxlen: 80, nomen: true, unparam: true, bitwise: true */
(function (dependencies, module) { (function (dependencies, module) {
"use strict"; "use strict";
if (typeof define === 'function' && define.amd) { if (typeof define === 'function' && define.amd) {
......
/*global define, module, test_util, RSVP, jIO, test, ok, /*global define, module, test_util, RSVP, jIO, test, ok,
deepEqual, sinon, expect, stop, start, Blob, equal */ deepEqual, sinon, expect, stop, start, Blob, equal, define */
/*jslint indent: 2 */
(function (dependencies, module) { (function (dependencies, module) {
"use strict"; "use strict";
if (typeof define === 'function' && define.amd) { if (typeof define === 'function' && define.amd) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment