Refactoring name of macro refresh method

print-window-tiddler
Jeremy Ruston 2012-02-22 23:27:21 +00:00
rodzic 106380b98a
commit 6902ee19de
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ exports.macro = {
content.execute(this.parents,this.store.getTiddler(this.tiddlerText));
return [content];
},
refresh: function(changes) {
refreshInDom: function(changes) {
if(this.params.target && changes.hasOwnProperty(this.params.target)) {
// If the target has changed, re-render the macro
} else {

Wyświetl plik

@ -56,7 +56,7 @@ exports.macro = {
}
return content;
},
refresh: function(changes) {
refreshInDom: function(changes) {
/*jslint browser: true */
// Get the tiddlers we're supposed to be displaying
var self = this,