Merge pull request +9673 from c9/fix/various

Fix various small issues
pull/199/head
Ruben Daniels 2015-10-01 08:41:44 -07:00
commit e5421dc510
2 zmienionych plików z 2 dodań i 1 usunięć

2
node_modules/vfs-local/localfs.js wygenerowano vendored
Wyświetl plik

@ -1402,7 +1402,7 @@ module.exports = function setup(fsOptions) {
tryConnect();
function tryConnect() {
var called = false;
var socket = net.connect(port, process.env.OPENSHIFT_DIY_IP || "localhost", function() {
var socket = net.connect(port, "127.0.0.1", function() {
if (called) return;
called = true;

Wyświetl plik

@ -577,6 +577,7 @@ apf.vsplitbox = function(struct, tagName) {
if (isPercentage) {
fNode.$ext.style.height = "";
fNode.$ext.style.bottom = (100 - parseFloat(fNode.height)) + "%";
lNode.$ext.style.height = "";
}
if (this.$handle) {