updated 强迫症!缩进统一
This commit is contained in:
2
game.js
2
game.js
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
// requestAnimationFrame polyfill
|
// requestAnimationFrame polyfill
|
||||||
if (!Date.now)
|
if (!Date.now)
|
||||||
Date.now = function() { return new Date().getTime(); };
|
Date.now = function() { return new Date().getTime(); };
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
var vendors = ['webkit', 'moz'];
|
var vendors = ['webkit', 'moz'];
|
||||||
|
|||||||
Reference in New Issue
Block a user