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

dev development config#42

Open
kristianmandrup wants to merge 1 commit intogooglearchive:masterfrom
kristianmandrup:dev-config
Open

dev development config#42
kristianmandrup wants to merge 1 commit intogooglearchive:masterfrom
kristianmandrup:dev-config

Conversation

@kristianmandrup
Copy link

Defined a configuration for running paper-tabs standalone for easier development/contribution.

Small issue... scrollableTabs returned from document.querySelector doesn't have any functions of the custom element such as updateBar. Why is that!?

var scrollableTabs = document.querySelector('#scrollableTabs')
if (scrollableTabs) {
  console.log(scrollableTabs);
  scrollableTabs.updateBar();
} else {
  throw Error("#scrollableTabs element could not be found in the document")
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These can move into the root "bower.json" and be set as the "devDependencies" rather than "dependencies" (which is intended for production).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants