Sha256: 0c6def02c79a6bfe70aa5a1a11d3984c7049dcd5b6fbef0cecc63ba42e43e8c1
Contents?: true
Size: 562 Bytes
Versions: 3
Compression:
Stored size: 562 Bytes
Contents
function clearLocalFilters() { var x; if (confirm("Are you sure you want to clear your saved filters?") == true) { alert(gon.controllers); console.log("Clearing local storage"); } } function removeWithoutActionItem() { //TODO: Implement this console.log("TODO: IMPLEMENT removeWithoutActionItem()"); } function removeWithActionItem() { //TODO: Implement this console.log("TODO: IMPLEMENT removeWithActionItem()"); } function removeController() { //TODO: Implement this console.log("TODO: IMPLEMENT removeController()"); }
Version data entries
3 entries across 3 versions & 1 rubygems