Skip to content

Commit

Permalink
Updated some deps, Pinned Klipse
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Jan 5, 2019
1 parent f72b7df commit 889404b
Show file tree
Hide file tree
Showing 6 changed files with 2,270 additions and 2,245 deletions.
6 changes: 4 additions & 2 deletions docs/fw/klipse-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ function test(name, actual, expect) {
else console.log(name, 'Error', actual)
}

function log() {
console.log.apply(null, arguments)
if (typeof window.log === 'undefined') {
window.log = function log() {
console.log.apply(null, arguments)
}
}

window.klipse_settings = window.klipse_settings || {
Expand Down
5 changes: 4 additions & 1 deletion docs/fw/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,17 @@
box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.4);
background: #eee;
color: #000;
overflow-y: scroll;
overflow: hidden;
}

.menu .menu-body::-webkit-scrollbar { display: none: }

.menu.open .menu-body {
min-width: 40%;
max-width: 100%;
background: #fff;
color: #333;
overflow-y: scroll;
}

.menu .menu-side {
Expand Down
154 changes: 77 additions & 77 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Partial Lenses Validation Playground</title>
<link rel="icon" href="https://avatars1.githubusercontent.com/u/17234211">
<link rel="stylesheet" type="text/css" href="fw/github.css">
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/klipse@7.6.9/dist/codemirror.css">
<link rel="stylesheet" type="text/css" href="fw/styles.css">
<script type="text/javascript">startTime = Date.now()</script>
<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create','UA-52808982-2','auto');ga('send','pageview');</script>
Expand All @@ -30,6 +30,6 @@ <h1>Partial Lenses Validation Playground &middot; <a href="https://gitter.im/cal
<script type="text/javascript" src="fw/init-playground.js"></script>
<script type="text/javascript" src="https://unpkg.com/ramda/dist/ramda.min.js"></script>
<script type="text/javascript" src="fw/klipse-settings.js"></script>
<script type="text/javascript" src="https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/klipse@7.6.9/dist/klipse_plugin.min.js"></script>
</body>
</html>
Loading

0 comments on commit 889404b

Please sign in to comment.