Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit e2f3127

Browse files
committed
[#124] - rebuild release files.
Build generated for 95cb3d5.
1 parent 95cb3d5 commit e2f3127

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

release/frontpress.js

+24-24
Original file line numberDiff line numberDiff line change
@@ -5793,30 +5793,6 @@ TrustAsHtml.$inject = ["$sce"];
57935793

57945794
"use strict";
57955795

5796-
function ApiManager(ApiManagerMap){
5797-
var service = {
5798-
getPath: getPath
5799-
};
5800-
5801-
return service;
5802-
5803-
function getPath(object, pathName){
5804-
var result = object;
5805-
var path = ApiManagerMap[pathName];
5806-
5807-
for(var i=0; i < path.length; i++){
5808-
result = result[path[i]];
5809-
}
5810-
5811-
return result;
5812-
}
5813-
}
5814-
5815-
angular.module("frontpress.components.api-manager").service("ApiManager", ApiManager);
5816-
ApiManager.$inject = ["ApiManagerMap"];
5817-
5818-
"use strict";
5819-
58205796
function AjaxModel($http) {
58215797
function request(url, params, method) {
58225798
params = params || {};
@@ -5854,6 +5830,30 @@ angular.module("frontpress.components.ajax").factory("AjaxModel", AjaxModel);
58545830
AjaxModel.$inject = ["$http"];
58555831

58565832

5833+
"use strict";
5834+
5835+
function ApiManager(ApiManagerMap){
5836+
var service = {
5837+
getPath: getPath
5838+
};
5839+
5840+
return service;
5841+
5842+
function getPath(object, pathName){
5843+
var result = object;
5844+
var path = ApiManagerMap[pathName];
5845+
5846+
for(var i=0; i < path.length; i++){
5847+
result = result[path[i]];
5848+
}
5849+
5850+
return result;
5851+
}
5852+
}
5853+
5854+
angular.module("frontpress.components.api-manager").service("ApiManager", ApiManager);
5855+
ApiManager.$inject = ["ApiManagerMap"];
5856+
58575857
"use strict";
58585858

58595859
function BlogModel(BlogApi, $q, ApiManager, $FrontPress){

release/frontpress.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/frontpress.v1.js

+24-24
Original file line numberDiff line numberDiff line change
@@ -5793,30 +5793,6 @@ TrustAsHtml.$inject = ["$sce"];
57935793

57945794
"use strict";
57955795

5796-
function ApiManager(ApiManagerMap){
5797-
var service = {
5798-
getPath: getPath
5799-
};
5800-
5801-
return service;
5802-
5803-
function getPath(object, pathName){
5804-
var result = object;
5805-
var path = ApiManagerMap[pathName];
5806-
5807-
for(var i=0; i < path.length; i++){
5808-
result = result[path[i]];
5809-
}
5810-
5811-
return result;
5812-
}
5813-
}
5814-
5815-
angular.module("frontpress.components.api-manager").service("ApiManager", ApiManager);
5816-
ApiManager.$inject = ["ApiManagerMap"];
5817-
5818-
"use strict";
5819-
58205796
function AjaxModel($http) {
58215797
function request(url, params, method) {
58225798
params = params || {};
@@ -5854,6 +5830,30 @@ angular.module("frontpress.components.ajax").factory("AjaxModel", AjaxModel);
58545830
AjaxModel.$inject = ["$http"];
58555831

58565832

5833+
"use strict";
5834+
5835+
function ApiManager(ApiManagerMap){
5836+
var service = {
5837+
getPath: getPath
5838+
};
5839+
5840+
return service;
5841+
5842+
function getPath(object, pathName){
5843+
var result = object;
5844+
var path = ApiManagerMap[pathName];
5845+
5846+
for(var i=0; i < path.length; i++){
5847+
result = result[path[i]];
5848+
}
5849+
5850+
return result;
5851+
}
5852+
}
5853+
5854+
angular.module("frontpress.components.api-manager").service("ApiManager", ApiManager);
5855+
ApiManager.$inject = ["ApiManagerMap"];
5856+
58575857
"use strict";
58585858

58595859
function BlogModel(BlogApi, $q, ApiManager, $FrontPress){

release/frontpress.v1.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)