mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-28 02:11:19 -05:00
Electron desktop client added
This commit is contained in:
23
Electron Client/node_modules/doc-ready/README.md
generated
vendored
Normal file
23
Electron Client/node_modules/doc-ready/README.md
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# docReady
|
||||
|
||||
Cross browser document ready helper. Supported by IE8+ and good browsers.
|
||||
|
||||
```js
|
||||
docReady( function() {
|
||||
console.log("DOM is ready. Let's party");
|
||||
});
|
||||
```
|
||||
|
||||
Props to [dperini/ContentLoaded](https://github.com/dperini/ContentLoaded) for original code
|
||||
|
||||
## Install
|
||||
|
||||
Install with [Bower](http://bower.io) `bower install doc-ready`
|
||||
|
||||
Install with npm `npm install doc-ready`
|
||||
|
||||
Install with [Component](http://github.com/component/component) `component install desandro/doc-ready`
|
||||
|
||||
## MIT License
|
||||
|
||||
docReady is released under the [MIT license](http://desandro.mit-license.org).
|
||||
Reference in New Issue
Block a user