Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianba committed Feb 17, 2016
1 parent fc4a058 commit 93bc9f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion demo-shipping-calc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/vs.min.css">
<script src="lib/paymentrequest.js"></script>
<script language="javascript" id="payment-script">

function go() {
var request = new PaymentRequest(
['visa','mc','amex'],
Expand Down
1 change: 0 additions & 1 deletion demo-shipping-free.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/vs.min.css">
<script src="lib/paymentrequest.js"></script>
<script language="javascript" id="payment-script">

function go() {
var request = new PaymentRequest(
['visa','mc','amex'],
Expand Down
1 change: 0 additions & 1 deletion demo-simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/vs.min.css">
<script src="lib/paymentrequest.js"></script>
<script language="javascript" id="payment-script">

function go() {
var request = new PaymentRequest(
['visa','mc','amex'],
Expand Down

0 comments on commit 93bc9f3

Please sign in to comment.