Skip to content

Commit

Permalink
Upping
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiestfu committed Aug 2, 2016
1 parent 9d80b65 commit 784b30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/postmate.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ function sanitize(message, allowedOrigin) {
* Takes a context, and searches for a value by the key
* @param {Object} context The dictionary to search against
* @param {String} key A path within a dictionary (i.e. 'window.location.href')
* @param {Object} data Additional information from the get request that is
* passed to functions in the child context
* @return {Promise}
*/
function resolveValue(context, key, data) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postmate",
"version": "0.2.0",
"version": "0.2.1",
"description": "A powerful, simple, promise-based postMessage library",
"main": "lib/postmate.js",
"devDependencies": {
Expand Down

0 comments on commit 784b30b

Please sign in to comment.