gd-sprest
Advanced tools
Comparing version
{ | ||
"name": "gd-sprest", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"description": "An easy way to develop against the SharePoint REST API.", | ||
@@ -5,0 +5,0 @@ "author": "Gunjan Datta <me@dattabase.com> (https://github.com/gunjandatta/sprest)", |
@@ -7,3 +7,4 @@ module $REST.Utils { | ||
export class ContextInfo { | ||
private static _contextInfo = window["_spPageContextInfo"] || { | ||
// The current context information | ||
private static get _contextInfo() { return window["_spPageContextInfo"] || { | ||
isAppWeb: false, | ||
@@ -15,3 +16,3 @@ siteAbsoluteUrl: "", | ||
webServerRelativeUrl: "" | ||
}; | ||
}}; | ||
@@ -18,0 +19,0 @@ // Is App Web |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6094163
0.01%27039
0.06%