Skip to content

Instantly share code, notes, and snippets.

View EvanBalster's full-sized avatar

Evan Balster EvanBalster

View GitHub Profile
@EvanBalster
EvanBalster / attribute-module-support.js
Created December 25, 2017 06:26
TiddlyWiki Attribute Modules
// widget.js
/*
Compute the current values of the attributes of the widget. Returns a hashmap of the names of the attributes that have changed
*/
var AttributeTypes = null;
Widget.prototype.computeAttributes = function() {
var changedAttributes = {},