summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-1.0.2/docs/partials/api/angular.noop.html
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/js/angular-1.0.2/docs/partials/api/angular.noop.html')
-rw-r--r--3rdparty/js/angular-1.0.2/docs/partials/api/angular.noop.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/3rdparty/js/angular-1.0.2/docs/partials/api/angular.noop.html b/3rdparty/js/angular-1.0.2/docs/partials/api/angular.noop.html
deleted file mode 100644
index 1767081e8..000000000
--- a/3rdparty/js/angular-1.0.2/docs/partials/api/angular.noop.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<h1><code ng:non-bindable="">angular.noop</code>
-<span class="hint">(API in module <code ng:non-bindable="">ng</code>
-)</span>
-</h1>
-<div><h2 id="Description">Description</h2>
-<div class="description"><p>A function that performs no operations. This function can be useful when writing code in the
-functional style.
- <pre class="prettyprint linenums">
- function foo(callback) {
- var result = calculateResult();
- (callback || angular.noop)(result);
- }
- </pre></div>
-<h2 id="Usage">Usage</h2>
-<div class="usage"><pre class="prettyprint linenums">angular.noop();</pre>
-</div>
-</div>