mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Closure Compiler: Fix All The things !
- Adding some small fixes to pass compile step (mostly /** instead of /*). - Adding some closure externs
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
x0 : Math.min(x0, x1),
|
||||
y0 : Math.min(y0, y1),
|
||||
x1 : Math.max(x0, x1),
|
||||
y1 : Math.max(y0, y1),
|
||||
y1 : Math.max(y0, y1)
|
||||
};
|
||||
},
|
||||
|
||||
@@ -172,6 +172,6 @@
|
||||
widthBoundDpi = Math.floor(width / pictureWidth);
|
||||
|
||||
return Math.min(heightBoundDpi, widthBoundDpi);
|
||||
},
|
||||
}
|
||||
};
|
||||
})();
|
@@ -24,7 +24,7 @@ if (typeof Function.prototype.bind !== "function") {
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @provide pskl.utils
|
||||
*
|
||||
* @require Constants
|
||||
|
Reference in New Issue
Block a user