mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
lint fix.
This commit is contained in:
@@ -54,14 +54,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
if (!scheduled) {
|
||||
schedule();
|
||||
}
|
||||
beforeRenderQueue.push(arguments);
|
||||
beforeRenderQueue.push([context, callback, args]);
|
||||
},
|
||||
|
||||
afterNextRender: function(context, callback, args) {
|
||||
if (!scheduled) {
|
||||
schedule();
|
||||
}
|
||||
afterRenderQueue.push(arguments);
|
||||
afterRenderQueue.push([context, callback, args]);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user