Merge pull request #751 from islahul/next
style fixes spaces and indentation
This commit is contained in:
commit
c01c07d648
1 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ var m = (function app(window, undefined) {
|
||||||
var $document, $location, $requestAnimationFrame, $cancelAnimationFrame;
|
var $document, $location, $requestAnimationFrame, $cancelAnimationFrame;
|
||||||
|
|
||||||
// self invoking function needed because of the way mocks work
|
// self invoking function needed because of the way mocks work
|
||||||
function initialize(window){
|
function initialize(window) {
|
||||||
$document = window.document;
|
$document = window.document;
|
||||||
$location = window.location;
|
$location = window.location;
|
||||||
$cancelAnimationFrame = window.cancelAnimationFrame || window.clearTimeout;
|
$cancelAnimationFrame = window.cancelAnimationFrame || window.clearTimeout;
|
||||||
|
|
@ -31,9 +31,9 @@ var m = (function app(window, undefined) {
|
||||||
|
|
||||||
initialize(window);
|
initialize(window);
|
||||||
|
|
||||||
m.version = function(){
|
m.version = function() {
|
||||||
return VERSION;
|
return VERSION;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {String} Tag
|
* @typedef {String} Tag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue