Skip to content

Commit

Permalink
move observablepair to widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Vertechi committed Jul 8, 2018
1 parent 7333d78 commit 87a4fec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ WebIO
Observables
JSExpr
JSON
Widgets 0.2.0
3 changes: 1 addition & 2 deletions src/Knockout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ module Knockout

using WebIO, Observables, JSExpr, JSON
import Observables: off
import Widgets: ObservablePair, unwrap

export knockout

const knockout_js = joinpath(@__DIR__, "..", "assets", "knockout.js")
const knockout_punches_js = joinpath(@__DIR__, "..", "assets", "knockout_punches.js")

include("pair.jl")

"""
`knockout(template, data=Dict(), extra_js = js""; computed = [], methods = [])`
Expand Down
37 changes: 0 additions & 37 deletions src/pair.jl

This file was deleted.

0 comments on commit 87a4fec

Please sign in to comment.