1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-05-02 07:24:10 +00:00
Cameron Fischer aa817f66d2
Changed importVariable to store its own variables (#4108)
* Changed importVariable to store its ownvariables

Before, importVariables was creating a setWidget for every single variable it would find in its tiddlers, and it would create a long-ass call tree. Now, instead, it just accumulates the variables in itself.

* Can't use Object.assign

Learned the hardway while working on tw5-relink that Object.assign
doesn't exist in IE11. Using $tw.utils.extend instead.

* Retaining setWidget transclusion flexibility

* One more test to verify mixing sets and macros
2020-01-30 12:53:26 +00:00
..
2016-10-20 09:44:52 +01:00
2014-02-10 13:51:38 +00:00
2014-04-27 20:03:33 +01:00
2014-04-27 20:03:33 +01:00
2016-05-02 10:29:26 +01:00
2013-11-10 19:22:10 +00:00
2019-11-04 18:56:22 +00:00
2013-12-21 16:11:48 +00:00
2014-08-28 21:43:44 +01:00
2014-11-09 17:10:18 +00:00
2015-05-07 19:44:08 +01:00
2017-08-24 20:58:08 +01:00