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

Commit

Permalink
Merge pull request #31 from Polymer/master
Browse files Browse the repository at this point in the history
8/8 master -> stable
  • Loading branch information
dfreedm committed Aug 8, 2013
2 parents 92b34ea + 3ee4c4b commit 90d76ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
platform.min*
platform.native*
platform.sandbox*
build.bat
1 change: 1 addition & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ module.exports = function(grunt) {
}
}
})();

grunt.initConfig({
karma: {
options: {
Expand Down
2 changes: 1 addition & 1 deletion src/patches-shadowdom-polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@

//TODO(sjmiles): review method alias with Arv
HTMLElement.prototype.webkitCreateShadowRoot =
HTMLElement.prototype.createShadowRoot;
HTMLElement.prototype.createShadowRoot;
})();
2 changes: 1 addition & 1 deletion tools
Submodule tools updated 230 files

0 comments on commit 90d76ed

Please sign in to comment.