Skip to content

[DEPRECATED] 🔨 Simple JavaScript library - my first function stack

Notifications You must be signed in to change notification settings

piecioshka/pklib.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pklib.js

pklib.js is results of repeat the same patterns on web engines, to create the same things.

Warning!

DEPRECATED! Please be careful when you use library form tags directory.
This are my working directory from a long time.

Install

<script src="dist/pklib.js"></script>

Usage

Module pklib.profiler:

pklib.common.defer(function () {
    var filenames = ['test.js', 'example.js'];

    pklib.file.loadjs(filenames, function (file) {
        console.log('file: ' + file.src + ' loaded');
    });
});

License

The MIT License @ 2011

About

[DEPRECATED] 🔨 Simple JavaScript library - my first function stack

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •