Joined September 2012
·
Posted to
how many files can a folder contain? *unix
over 1 year
ago
that's right ;) thank you for the feedback
Posted to
JavaScript design patterns
over 1 year
ago
i think you can edit something ,..
var mySing = (function () {
var inst;
return {
getInstance: function() {
instance = init();
}
};
})();
maybe would be corret to write this insted:
var Singleton = (function () {
var instance;
return {
getInstance: function() {
instance = init();
}
};
})()
Achievements
1 Karma
9,020 Total ProTip Views
Cub
Have at least one original jQuery or Prototype open source repo
Sure, the ifree number will be refreshed :)