mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Change to triple-backtick code fences.
Former-commit-id: 81d38ed0155734a72d98b2e16425635da907aa01
This commit is contained in:
4
vendor/qunit-clib/README.md
vendored
4
vendor/qunit-clib/README.md
vendored
@@ -13,7 +13,7 @@ QUnit CLIB has been tested in at least Node.js 0.4.8-0.8.6, Narwhal v0.3.2, Ring
|
||||
|
||||
## Usage
|
||||
|
||||
~~~ js
|
||||
```js
|
||||
(function(window) {
|
||||
|
||||
// use a single load function
|
||||
@@ -43,7 +43,7 @@ QUnit CLIB has been tested in at least Node.js 0.4.8-0.8.6, Narwhal v0.3.2, Ring
|
||||
QUnit.start();
|
||||
}
|
||||
}(typeof global == 'object' && global || this));
|
||||
~~~
|
||||
```
|
||||
|
||||
## Footnotes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user