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:
Vince
2013-09-28 21:10:12 +02:00
parent 39d9491aff
commit 38dc1dc9fe
18 changed files with 45 additions and 28 deletions

View File

@@ -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);
},
}
};
})();

View File

@@ -24,7 +24,7 @@ if (typeof Function.prototype.bind !== "function") {
};
}
/*
/**
* @provide pskl.utils
*
* @require Constants