mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-08 10:06:23 +02:00
emmet: remove octal string so that babel doesnt error on minification
This commit is contained in:
@@ -39939,8 +39939,8 @@ define(function(require, exports, module) {
|
|||||||
* @return {Object} Object with <code>width</code> and <code>height</code> properties
|
* @return {Object} Object with <code>width</code> and <code>height</code> properties
|
||||||
*/
|
*/
|
||||||
getImageSize: function(stream) {
|
getImageSize: function(stream) {
|
||||||
var pngMagicNum = "\211PNG\r\n\032\n",
|
var pngMagicNum = "",
|
||||||
jpgMagicNum = "\377\330",
|
jpgMagicNum = "",
|
||||||
gifMagicNum = "GIF8",
|
gifMagicNum = "GIF8",
|
||||||
pos = 0,
|
pos = 0,
|
||||||
nextByte = function() {
|
nextByte = function() {
|
||||||
|
Reference in New Issue
Block a user