app.js: clean-up TODO comment

This commit is contained in:
Addy Osmani
2015-06-02 22:37:43 +01:00
parent 9060074cf5
commit 6078e4e7b6

View File

@@ -41,9 +41,3 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
};
})(document);
// TODO: Decide if we still want to suggest wrapping as it requires
// using webcomponents.min.js.
// wrap document so it plays nice with other libraries
// http://www.polymer-project.org/platform/shadow-dom.html#wrappers
// )(wrap(document));