removed js used for early testing

pull/1174/merge
Dave Cranwell 2015-04-09 16:14:56 +01:00
rodzic 13b787f73e
commit b2c93b1346
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -1,9 +0,0 @@
(function($) {
window.Chooser = function(definitionPrefix) {
return function(elementPrefix) {
$('#' + elementPrefix + '-button').click(function() {
alert('hello, I am a chooser for ' + elementPrefix + ', which is of type ' + definitionPrefix);
});
};
};
})(jQuery);