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

qiniustorage jslint temp parameter added

parent 884c0304
......@@ -8,8 +8,8 @@
* JIO Qiniu Storage. Type = "qiniu".
* Qiniu "database" storage.
*/
/*global FormData, btoa, Blob, CryptoJS */
/*jslint nomen: true, unparam: true, bitwise: true */
/*global FormData, btoa, Blob, CryptoJS, define, jIO */
/*jslint indent: 2, maxlen: 80, nomen: true, unparam: true, bitwise: true */
(function (dependencies, module) {
"use strict";
if (typeof define === 'function' && define.amd) {
......
/*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) {
"use strict";
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