From bd42cb12b0202979b1542726153424cbf222d1ee Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Mon, 20 Oct 2014 09:05:06 +0200 Subject: [PATCH] reindent lines in eth.js --- libethrpc/eth.js | 467 ++++++++++++++++++++++++----------------------- 1 file changed, 234 insertions(+), 233 deletions(-) diff --git a/libethrpc/eth.js b/libethrpc/eth.js index 39d0b2faa..1e99a8d08 100644 --- a/libethrpc/eth.js +++ b/libethrpc/eth.js @@ -2,262 +2,263 @@ if (typeof(window.eth) === "undefined") { -if (typeof(require) !== "undefined") - require( ['ethString'], function() {} ) -else if (typeof(String.prototype.pad) === "undefined") -{ - var scriptTag = document.getElementsByTagName('script'); - scriptTag = scriptTag[scriptTag.length - 1]; - var scriptPath = scriptTag.src; - var path = scriptPath.substr(0, scriptPath.lastIndexOf( '/' )); - var start = '