File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // Expose globals.
2+ return _global ;
3+ } ) ) ;
Original file line number Diff line number Diff line change 1+ /**
2+ * +--------------------------------------------------------------------+
3+ * | This HTML_CodeSniffer file is Copyright (c) |
4+ * | Squiz Pty Ltd (ABN 77 084 670 600) |
5+ * +--------------------------------------------------------------------+
6+ * | IMPORTANT: Your use of this Software is subject to the terms of |
7+ * | the Licence provided in the file licence.txt. If you cannot find |
8+ * | this file please contact Squiz (www.squiz.com.au) so we may |
9+ * | provide you a copy. |
10+ * +--------------------------------------------------------------------+
11+ *
12+ */
13+ ( function ( root , factory ) {
14+ if ( typeof define === 'function' && define . amd ) {
15+ define ( [ 'htmlcs' ] , factory ) ;
16+ } else if ( typeof exports === 'object' ) {
17+ module . exports = factory ( ) ;
18+ } else {
19+ var exports = factory ( ) ;
20+ for ( var prop in exports ) {
21+ root [ prop ] = exports [ prop ] ;
22+ }
23+ }
24+ } ( this , function ( ) {
25+ var _global = { }
You can’t perform that action at this time.
0 commit comments