Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #58 from jakemac53/master
Browse files Browse the repository at this point in the history
Maintain preset flags
  • Loading branch information
John Messerly committed Dec 15, 2014
2 parents 816b985 + bec32af commit a82e082
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WebComponents/build/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ window.WebComponents = window.WebComponents || {};
var script = document.querySelector('script[src*="' + file + '"]');

// Flags. Convert url arguments to flags
var flags = {};
if (!flags.noOpts) {
// from url
location.search.slice(1).split('&').forEach(function(o) {
Expand Down

0 comments on commit a82e082

Please sign in to comment.