Skip to content

Commit

Permalink
chore: doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Nov 20, 2016
1 parent 15e0f1e commit f3b921b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ var utils = {
* Open the page in browser
* @param {String} url
* @param {Object} options
* @param {BrowserSync} bs
*/
openBrowser: function (url, options, bs) {

Expand Down Expand Up @@ -166,9 +167,10 @@ var utils = {
}
},
/**
* Wrapper for open module - for easier stubbin'
* Wrapper for opn module
* @param url
* @param name
* @param bs
*/
open: function (url, name, bs) {
var options = (function () {
Expand Down

0 comments on commit f3b921b

Please sign in to comment.