Skip to content

Commit 3c2cb5d

Browse files
committed
情怀
1 parent ddf11da commit 3c2cb5d

32 files changed

+163
-0
lines changed

gulpfile.babel.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
import path from 'path';
27
import qiniu from 'qiniu';
38
import fs from 'fs';

src/acl.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
'use strict';
27
var _ = require('underscore');
38

src/av-browser.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
'use strict';
27

38
const AV = require('./av');

src/av.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
* The AVOS Cloud JavaScript SDK is freely distributable under the MIT license.
88
*/
99

10+
/**
11+
* 每位工程师都有保持代码优雅的义务
12+
* Each engineer has a duty to keep the code elegant
13+
**/
14+
1015
'use strict';
1116

1217
let AV = module.exports = {};

src/browserify-wrapper/ajax-browser.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
var Promise = require('../promise');
27

38
module.exports = function _ajax(method, url, data, success, error) {

src/browserify-wrapper/ajax.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
'use strict';
27

38
var http = require('http');

src/browserify-wrapper/localStorage.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
'use strict';
27

38
var Storage = require('localstorage-memory');

src/browserify-wrapper/localstorage-browser.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
'use strict';
27

38
var _ = require('underscore');

src/browserify-wrapper/parse-base64-browser.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
'use strict';
27

38
var dataURItoBlob = function(dataURI, type) {

src/browserify-wrapper/parse-base64.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* 每位工程师都有保持代码优雅的义务
3+
* Each engineer has a duty to keep the code elegant
4+
**/
5+
16
'use strict';
27

38
var dataURLToBlob = function(base64) {

0 commit comments

Comments
 (0)