Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalpias committed Nov 9, 2015
1 parent f7d8f87 commit 801dac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/framework_application.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ pc.extend(pc, function () {
_loadLibraries: function (urls, callback) {
var len = urls.length;
var count = len;
var self;
var self = this;

if (len) {
var onLoad = function(err, script) {
Expand Down

0 comments on commit 801dac1

Please sign in to comment.