Skip to content

Commit

Permalink
Release version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pklauzinski committed May 27, 2017
1 parent 73c1644 commit f93efb7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 93 deletions.
76 changes: 0 additions & 76 deletions .jscsrc

This file was deleted.

14 changes: 0 additions & 14 deletions .jshintrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "payloadjs",
"version": "0.5.2",
"version": "0.5.3",
"description": "Payload.js is a javascript single page application (SPA) driver designed to interact intuitively with REST APIs from within web and mobile apps.",
"main": "payload.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions payload.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright 2015-2017, Philip Klauzinski
* @license Released under the MIT license (http://www.opensource.org/licenses/mit-license.php)
* @author Philip Klauzinski (http://webtopian.com)
* @version 0.5.2
* @version 0.5.3
* @requires jQuery v1.7+
* @preserve
*/
Expand Down Expand Up @@ -191,7 +191,7 @@
var storage = window[type],
name = '__storage_test__';

storage.set(name, 1);
storage.setItem(name, 1);
storage.removeItem(name);
return true;
} catch (e) {
Expand Down

0 comments on commit f93efb7

Please sign in to comment.