remy / bind.js

bind.js - simple two way data binding to HTML and callbacks
694 stars 62 forks source link

Min file not updated for release #34

Open mcdemarco opened 7 years ago

mcdemarco commented 7 years ago

The bind.min.js file in the release for v1.1.1 and on master (and therefore in the jsbin examples) doesn't have the bug fix from v1.1.1; it's from the previous version.

mcdemarco commented 7 years ago

Not all the examples use master. The hangman one does, but needs a YQL fix; the page it scrapes has changed:

https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D%22http%3A%2F%2Fwww.imdb.com%2Fsearch%2Ftitle%3Fyear%3D2013%2C2013%26title_type%3Dfeature%26sort%3Dmoviemeter%2Casc%22%20and%0A%20%20%20%20%20%20xpath%3D'%2F%2Fh3%5B%40class%3D%22lister-item-header%22%5D%2Fa'&format=json&diagnostics=true"