-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed breeze.ajaxpost.js failing if no ajax adapter is configured at …
…the time of loading the library
- Loading branch information
1 parent
4ffe06d
commit 9bf796e
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "breeze-client-labs", | ||
"version": "1.5.11", | ||
"version": "1.5.12", | ||
"description": "Breeze Labs are extensions and utilities for Breeze.js client apps that are not part of core breeze.", | ||
"keywords": [ | ||
"breeze", | ||
|
@@ -22,7 +22,7 @@ | |
}, | ||
"main": "", | ||
"dependencies": { | ||
"breeze-client": "^1.5.10" | ||
"breeze-client": "^1.5.12" | ||
}, | ||
"maintainers": [ | ||
{ | ||
|
@@ -36,6 +36,10 @@ | |
{ | ||
"name": "wardbell", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "marcelgood", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"jspm": { | ||
|