Skip to content

Commit 5d899dc

Browse files
committed
remove cache clear
1 parent 4df0752 commit 5d899dc

File tree

5 files changed

+160
-2270
lines changed

5 files changed

+160
-2270
lines changed

frameworks/keyed/fntags/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"build-prod": "node build.js"
1212
},
1313
"author": "Robert Kempton",
14+
"dependencies": {
15+
"fntags": "0.2.4"
16+
},
1417
"devDependencies": {
1518
"fs-extra": "8.1.0",
1619
"terser": "4.3.8"

frameworks/keyed/fntags/src/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fnapp( document.body,
8888
data()[ i ].patch( { label: data()[ i ]().label + ' !!!' } )
8989
}
9090
} ),
91-
Button( 'clear', 'Clear', () => data( [] ) && cache.clear() ) ,
91+
Button( 'clear', 'Clear', () => data( [] ) ) ,
9292
Button( 'swaprows', 'Swap Rows', () => {
9393
const theData = data()
9494
if( theData.length > 998 ) {

0 commit comments

Comments
 (0)