Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnykuj committed Jan 25, 2019
1 parent a1b370c commit 5bf7b5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/client/client.wilson.js
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@ wilson.service('ResourceLoaderService', ['$q', '$templateCache', function($q, $t
var deferred = $q.defer();

$.getScript(scriptUrl).done(function(script, textStatus) {
wilson.log.debug('SUCCESS: ' + src + ' LOADED (' + textStatus + ')');
// wilson.log.debug('SUCCESS: ' + src + ' LOADED (' + textStatus + ')');
_scriptCache[src] = true; // Mark entry in cache for this script src
deferred.resolve();
}).fail(function(jqxhr, settings, exception) {
Expand Down
2 changes: 1 addition & 1 deletion lib/client/src/services/ResourceLoaderService.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ wilson.service('ResourceLoaderService', ['$q', '$templateCache', function($q, $t
var deferred = $q.defer();

$.getScript(scriptUrl).done(function(script, textStatus) {
wilson.log.debug('SUCCESS: ' + src + ' LOADED (' + textStatus + ')');
// wilson.log.debug('SUCCESS: ' + src + ' LOADED (' + textStatus + ')');
_scriptCache[src] = true; // Mark entry in cache for this script src
deferred.resolve();
}).fail(function(jqxhr, settings, exception) {
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": "wilson",
"version": "4.2.2",
"version": "0.66.1",
"description": "An application framework based on Nodejs and Angularjs designed to bring together all of the ingredients needed to create structured, dynamic, large-scale web apps.",
"main": "lib/server/wilson.js",
"scripts": {
Expand Down

0 comments on commit 5bf7b5e

Please sign in to comment.