Skip to content

Commit

Permalink
changes name to Appbase im browser
Browse files Browse the repository at this point in the history
  • Loading branch information
sacheendra committed Sep 25, 2015
1 parent b24452f commit 2494f45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appbase.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ appbaseClient.prototype.streamSearch = function streamSearch(args) {
}

if(typeof window !== 'undefined') {
window.appbase = appbaseClient
window.Appbase = appbaseClient
}

module.exports = appbaseClient
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"stream",
"data streams",
"search",
"websockets"
"websockets",
"appbase"
],
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion browser/appbase.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ appbaseClient.prototype.streamSearch = function streamSearch(args) {
}

if(typeof window !== 'undefined') {
window.appbase = appbaseClient
window.Appbase = appbaseClient
}

module.exports = appbaseClient
Expand Down
2 changes: 1 addition & 1 deletion browser/appbase.min.js

Large diffs are not rendered by default.

1 comment on commit 2494f45

@siddharthlatest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: commit typo - "im"

Please sign in to comment.