Commit 14a06572 by Sebastián Katzer

Fix var name

parent a2b77a2f
...@@ -109,7 +109,7 @@ exports.setDefaults = function (newDefaults) { ...@@ -109,7 +109,7 @@ exports.setDefaults = function (newDefaults) {
* The notification's ID * The notification's ID
*/ */
exports.add = function (props, callback, scope) { exports.add = function (props, callback, scope) {
var options = this.mergeWithDefaults(options), var options = this.mergeWithDefaults(props),
fn = this.createCallbackFn(callback, scope); fn = this.createCallbackFn(callback, scope);
if (options.id) { if (options.id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment