From 247c35e6b5c9f378b9146719b060715168382de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Mon, 31 Oct 2016 19:52:13 +0100 Subject: [PATCH] chore(*): make some files non-executable The repository contained JS/HTML/PNG files that had the executable bit enabled for no real reason. --- angularFiles.js | 0 benchmarks/ng-options-bp/app.js | 0 benchmarks/ng-options-bp/bp.conf.js | 0 benchmarks/ng-options-bp/main.html | 0 benchmarks/parsed-expressions-bp/app.js | 0 benchmarks/parsed-expressions-bp/bp.conf.js | 0 benchmarks/parsed-expressions-bp/main.html | 0 benchmarks/select-ng-value-bp/app.js | 0 benchmarks/select-ng-value-bp/bp.conf.js | 0 benchmarks/select-ng-value-bp/main.html | 0 docs/app/assets/img/bullet.png | Bin test/ng/browserSpecs.js | 0 test/ng/compileSpec.js | 0 test/ng/directive/ngIfSpec.js | 0 14 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 angularFiles.js mode change 100755 => 100644 benchmarks/ng-options-bp/app.js mode change 100755 => 100644 benchmarks/ng-options-bp/bp.conf.js mode change 100755 => 100644 benchmarks/ng-options-bp/main.html mode change 100755 => 100644 benchmarks/parsed-expressions-bp/app.js mode change 100755 => 100644 benchmarks/parsed-expressions-bp/bp.conf.js mode change 100755 => 100644 benchmarks/parsed-expressions-bp/main.html mode change 100755 => 100644 benchmarks/select-ng-value-bp/app.js mode change 100755 => 100644 benchmarks/select-ng-value-bp/bp.conf.js mode change 100755 => 100644 benchmarks/select-ng-value-bp/main.html mode change 100755 => 100644 docs/app/assets/img/bullet.png mode change 100755 => 100644 test/ng/browserSpecs.js mode change 100755 => 100644 test/ng/compileSpec.js mode change 100755 => 100644 test/ng/directive/ngIfSpec.js diff --git a/angularFiles.js b/angularFiles.js old mode 100755 new mode 100644 diff --git a/benchmarks/ng-options-bp/app.js b/benchmarks/ng-options-bp/app.js old mode 100755 new mode 100644 diff --git a/benchmarks/ng-options-bp/bp.conf.js b/benchmarks/ng-options-bp/bp.conf.js old mode 100755 new mode 100644 diff --git a/benchmarks/ng-options-bp/main.html b/benchmarks/ng-options-bp/main.html old mode 100755 new mode 100644 diff --git a/benchmarks/parsed-expressions-bp/app.js b/benchmarks/parsed-expressions-bp/app.js old mode 100755 new mode 100644 diff --git a/benchmarks/parsed-expressions-bp/bp.conf.js b/benchmarks/parsed-expressions-bp/bp.conf.js old mode 100755 new mode 100644 diff --git a/benchmarks/parsed-expressions-bp/main.html b/benchmarks/parsed-expressions-bp/main.html old mode 100755 new mode 100644 diff --git a/benchmarks/select-ng-value-bp/app.js b/benchmarks/select-ng-value-bp/app.js old mode 100755 new mode 100644 diff --git a/benchmarks/select-ng-value-bp/bp.conf.js b/benchmarks/select-ng-value-bp/bp.conf.js old mode 100755 new mode 100644 diff --git a/benchmarks/select-ng-value-bp/main.html b/benchmarks/select-ng-value-bp/main.html old mode 100755 new mode 100644 diff --git a/docs/app/assets/img/bullet.png b/docs/app/assets/img/bullet.png old mode 100755 new mode 100644 diff --git a/test/ng/browserSpecs.js b/test/ng/browserSpecs.js old mode 100755 new mode 100644 diff --git a/test/ng/compileSpec.js b/test/ng/compileSpec.js old mode 100755 new mode 100644 diff --git a/test/ng/directive/ngIfSpec.js b/test/ng/directive/ngIfSpec.js old mode 100755 new mode 100644