Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 90d76ed

Browse files
committed
Merge pull request #31 from Polymer/master
8/8 master -> stable
2 parents 92b34ea + 3ee4c4b commit 90d76ed

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
platform.min*
88
platform.native*
99
platform.sandbox*
10+
build.bat

gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ module.exports = function(grunt) {
168168
}
169169
}
170170
})();
171+
171172
grunt.initConfig({
172173
karma: {
173174
options: {

src/patches-shadowdom-polyfill.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454

5555
//TODO(sjmiles): review method alias with Arv
5656
HTMLElement.prototype.webkitCreateShadowRoot =
57-
HTMLElement.prototype.createShadowRoot;
57+
HTMLElement.prototype.createShadowRoot;
5858
})();

tools

Submodule tools updated 230 files

0 commit comments

Comments
 (0)