Skip to content

Commit f3b921b

Browse files
committed
chore: doc blocks
1 parent 15e0f1e commit f3b921b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/utils.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ var utils = {
139139
* Open the page in browser
140140
* @param {String} url
141141
* @param {Object} options
142+
* @param {BrowserSync} bs
142143
*/
143144
openBrowser: function (url, options, bs) {
144145

@@ -166,9 +167,10 @@ var utils = {
166167
}
167168
},
168169
/**
169-
* Wrapper for open module - for easier stubbin'
170+
* Wrapper for opn module
170171
* @param url
171172
* @param name
173+
* @param bs
172174
*/
173175
open: function (url, name, bs) {
174176
var options = (function () {

0 commit comments

Comments
 (0)