Skip to content

Commit 566685c

Browse files
dist generated
1 parent ed7f1e2 commit 566685c

File tree

5 files changed

+60
-10
lines changed

5 files changed

+60
-10
lines changed

dist/css/flat-ui.css

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/flat-ui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/vendor/html5shiv.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
2+
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
33
*/
44
;(function(window, document) {
55
/*jshint evil:true */
66
/** version */
7-
var version = '3.7.2';
7+
var version = '3.7.3';
88

99
/** Preset options */
1010
var options = window.html5 || {};
@@ -121,7 +121,7 @@
121121
* returns a shived element for the given nodeName and document
122122
* @memberOf html5
123123
* @param {String} nodeName name of the element
124-
* @param {Document} ownerDocument The context document.
124+
* @param {Document|DocumentFragment} ownerDocument The context document.
125125
* @returns {Object} The shived element.
126126
*/
127127
function createElement(nodeName, ownerDocument, data){
@@ -319,4 +319,8 @@
319319
// shiv the document
320320
shivDocument(document);
321321

322-
}(this, document));
322+
if(typeof module == 'object' && module.exports){
323+
module.exports = html5;
324+
}
325+
326+
}(typeof window !== "undefined" ? window : this, document));

dist/js/vendor/jquery.min.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/vendor/jquery.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)