From 53e14cc6fbb234f063c67090dc27b4f56369cedd Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 21 May 2015 11:54:23 -0400 Subject: [PATCH 1/2] Remove dependency on component-installer While it can be used, it is not an absolute requirement. --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index e56e2ac..0806680 100644 --- a/composer.json +++ b/composer.json @@ -7,9 +7,6 @@ "MIT", "GPL-2.0" ], - "require": { - "robloach/component-installer": "*" - }, "extra": { "component": { "scripts": [ From a40f970d1df2aea4b46514aabc77767a9c99e4f9 Mon Sep 17 00:00:00 2001 From: Claudio Cicali Date: Mon, 22 Jun 2015 16:50:20 +0200 Subject: [PATCH 2/2] Fixes an annotation for createElement --- src/html5shiv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html5shiv.js b/src/html5shiv.js index 7857c93..7e84f2c 100644 --- a/src/html5shiv.js +++ b/src/html5shiv.js @@ -121,7 +121,7 @@ * returns a shived element for the given nodeName and document * @memberOf html5 * @param {String} nodeName name of the element - * @param {Document} ownerDocument The context document. + * @param {Document|DocumentFragment} ownerDocument The context document. * @returns {Object} The shived element. */ function createElement(nodeName, ownerDocument, data){